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 webpage provides documentation for the `CreateWriteStreamRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically for version 3.1.0 of the .NET library, along with multiple other version references."],["The `CreateWriteStreamRequest` class is used to send a request for the creation of a write stream in Google BigQuery, as it inherits from various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `CreateWriteStreamRequest` include `Parent`, which specifies the table to which the stream belongs in the format of a resource name, `ParentAsTableName` which provides a TableName-typed view of the parent, and `WriteStream` which defines the stream to be created."],["The documentation includes a list of all accessible versions, ranging from the latest version 3.17.0 down to 2.3.0, allowing users to access information and utilize multiple versions."]]],[]]