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 request the creation of a write stream in BigQuery, and it includes properties such as `Parent` and `WriteStream`."],["The documentation lists various versions of the Google.Cloud.BigQuery.Storage.V1 API, with 3.17.0 being the latest version and 3.8.0 being the version currently being examined, offering links to the documentation for each version."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and shows the inheritance from the base class `object`."]]],[]]