public sealed class CreateWriteStreamRequest : IMessage<CreateWriteStreamRequest>, IEquatable<CreateWriteStreamRequest>, IDeepCloneable<CreateWriteStreamRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class CreateWriteStreamRequest.
[[["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 provides documentation for the `CreateWriteStreamRequest` class within the Google BigQuery Storage v1 API for .NET, specifically version 3.3.0."],["The `CreateWriteStreamRequest` class is used to send a request to create a new write stream for a BigQuery table, and it implements several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation details the inheritance, implementation, namespace, and assembly of the `CreateWriteStreamRequest` class, as well as detailing how the constructor works."],["The class has two constructors, one parameterless, and one that takes another `CreateWriteStreamRequest` object, and it has three key properties: `Parent`, `ParentAsTableName`, and `WriteStream`, which define the table reference and stream information."],["The page lists previous versions of the documentation, ranging from version 2.3.0 up to 3.17.0 (latest) for the `CreateWriteStreamRequest` class, and all have the same endpoint."]]],[]]