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 latest version of the `BatchCommitWriteStreamsRequest` class is 3.17.0, and the document provides links to various previous versions down to 2.3.0."],["The `BatchCommitWriteStreamsRequest` class is part of the Google BigQuery Storage v1 API, specifically within the `Google.Cloud.BigQuery.Storage.V1` namespace."],["This class is a request message used for the `BatchCommitWriteStreams` method, designed for atomically committing a group of streams."],["`BatchCommitWriteStreamsRequest` inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for comprehensive functionality."],["The class contains properties like `Parent`, `ParentAsTableName`, and `WriteStreams` for specifying the parent table and the streams to be committed, with the latter two being required fields."]]],[]]