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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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`."]]],[]]