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 webpage provides reference documentation for the `CreateWriteStreamRequest` class within the Google BigQuery Storage v1 API, specifically for version 3.13.0."],["The `CreateWriteStreamRequest` class is used to create a write stream and is part of the `Google.Cloud.BigQuery.Storage.V1` namespace, with the latest version being 3.17.0."],["The class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its role in message handling and data management within the BigQuery Storage API."],["Key properties of the `CreateWriteStreamRequest` include `Parent` (a string representing the table reference), `ParentAsTableName` (a typed view of the parent), and `WriteStream` (the stream to be created), all of which are essential for creating write streams."],["It also includes a list of all versions and links to documentation from version 3.17.0 down to version 2.3.0 of the API."]]],[]]