public sealed class CreateWriteStreamRequest : IMessage<CreateWriteStreamRequest>, IEquatable<CreateWriteStreamRequest>, IDeepCloneable<CreateWriteStreamRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page details the `CreateWriteStreamRequest` class, which is used to request the creation of a write stream in Google Cloud BigQuery Storage."],["The `CreateWriteStreamRequest` class is part of the `Google.Cloud.BigQuery.Storage.V1` namespace within the .NET ecosystem, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties such as `Parent` (a string representing the table reference) and `WriteStream` (the actual stream to create), both of which are required for the request."],["The webpage provides links to various versions of the `CreateWriteStreamRequest` documentation, ranging from version 2.3.0 up to the latest, 3.17.0, illustrating the evolution of the class over time."],["The `CreateWriteStreamRequest` class can be instantiated via empty constructor, or by using another `CreateWriteStreamRequest` object in its constructor."]]],[]]