public sealed class BatchCommitWriteStreamsRequest : IMessage<BatchCommitWriteStreamsRequest>, IEquatable<BatchCommitWriteStreamsRequest>, IDeepCloneable<BatchCommitWriteStreamsRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class BatchCommitWriteStreamsRequest.
[[["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 `BatchCommitWriteStreamsRequest` class within the Google BigQuery Storage v1 API, specifically for .NET development."],["The content details various versions of the API, from 2.3.0 up to the latest 3.17.0, with links to each version's documentation for this class."],["`BatchCommitWriteStreamsRequest` is a request message used to atomically commit a group of streams, and it implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class includes properties such as `Parent` and `WriteStreams`, which are required for identifying the target table and the streams to be committed, respectively."],["The documentation lists inherited members, constructor details, and property value descriptions for a comprehensive understanding of the `BatchCommitWriteStreamsRequest` class."]]],[]]