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."],[[["The page provides reference documentation for the `BatchCommitWriteStreamsRequest` class within the Google BigQuery Storage v1 API for .NET, spanning multiple versions."],["`BatchCommitWriteStreamsRequest` is used to request the atomic commitment of a group of write streams to a specified table and is an implementation of multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The documentation details the class's constructors, `BatchCommitWriteStreamsRequest()`, and `BatchCommitWriteStreamsRequest(BatchCommitWriteStreamsRequest)`, along with properties like `Parent`, `ParentAsTableName`, and `WriteStreams`."],["The `Parent` property specifies the target table for the write streams, and the `WriteStreams` property is a collection of stream names that will be atomically committed."],["The latest version of the documentation listed is 3.17.0, with the oldest version listed being 2.3.0, and all versions of the documentation available on this page reference the same class BatchCommitWriteStreamsRequest."]]],[]]