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 documentation for the `BatchCommitWriteStreamsRequest` class within the Google BigQuery Storage v1 API, specifically for .NET development."],["The latest version of the API documented is 3.17.0, with a range of previous versions also available for reference, going back to version 2.3.0."],["The `BatchCommitWriteStreamsRequest` class is used to send a request to atomically commit a group of write streams to a BigQuery table, as per the provided documentation."],["Key properties of this class include `Parent`, which specifies the target table, and `WriteStreams`, which holds the list of streams to be committed."],["The `BatchCommitWriteStreamsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits from `object`."]]],[]]