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 developers."],["The `CreateWriteStreamRequest` class is used to define a request to create a new write stream in BigQuery, allowing data to be appended to a table."],["This documentation covers versions of the API from 2.3.0 to the latest version 3.17.0, offering insights into changes and updates across different releases."],["The `CreateWriteStreamRequest` class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting its functionality and interactions."],["Key properties of `CreateWriteStreamRequest` include `Parent`, specifying the target table, and `WriteStream`, defining the stream to be created."]]],[]]