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 `Google.Cloud.BigQuery.Storage.V1.dll` assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data transfer."],["The `CreateWriteStreamRequest` class has properties for `Parent` (referencing the target table) and `WriteStream` (defining the stream's characteristics)."],["The provided content covers versions ranging from 2.3.0 all the way up to the latest version 3.17.0 of the `CreateWriteStreamRequest`."]]],[]]