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 document provides reference information for the `BatchCommitWriteStreamsRequest` class within the Google BigQuery Storage v1 API for .NET, specifically version 3.4.0."],["The `BatchCommitWriteStreamsRequest` class is used to send a request for the `BatchCommitWriteStreams` operation, which commits multiple write streams atomically."],["The `BatchCommitWriteStreamsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility and providing core features for message handling and object manipulation."],["Key properties of this class are `Parent`, which specifies the table to which the streams belong, and `WriteStreams`, which contains the list of streams to be committed."],["This page contains documentation for multiple versions of `BatchCommitWriteStreamsRequest`, from version 2.3.0 up to the latest 3.17.0."]]],[]]