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 reference documentation for the `CreateWriteStreamRequest` class within the Google BigQuery Storage v1 API, specifically for .NET."],["The `CreateWriteStreamRequest` class is used to send a request to create a write stream, which is part of the `Google.Cloud.BigQuery.Storage.V1` namespace."],["The documentation covers multiple versions of the API, ranging from version 2.3.0 to the latest version, 3.17.0, with version 3.10.0 used in this specific example."],["The `CreateWriteStreamRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The class includes properties like `Parent` (a string reference to the table), `ParentAsTableName` (a `TableName` typed view of the parent), and `WriteStream` (the stream to be created)."]]],[]]