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.9.0."],["The `CreateWriteStreamRequest` class is used to create a write stream in BigQuery, requiring a parent table reference and the stream to be created, as indicated by the required properties `Parent` and `WriteStream`."],["It shows the inheritance and implementation hierarchy of the `CreateWriteStreamRequest` class, implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The documentation includes details on available constructors, `CreateWriteStreamRequest()`, `CreateWriteStreamRequest(CreateWriteStreamRequest other)`, properties, including `Parent`, `ParentAsTableName`, and `WriteStream`."],["The page also lists the available versions of the `Google.Cloud.BigQuery.Storage.V1.CreateWriteStreamRequest`, and the latest version is 3.17.0."]]],[]]