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 page provides documentation for the `BatchCommitWriteStreamsRequest` class within the Google BigQuery Storage v1 API, specifically for .NET developers."],["The documentation covers versions 2.3.0 up to the latest version of 3.17.0, and version 3.9.0 is highlighted."],["`BatchCommitWriteStreamsRequest` is a message type used to send requests for atomically committing multiple streams to a BigQuery table, and it implements various interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties such as `Parent`, which specifies the target table, `ParentAsTableName`, a typed view of the `Parent`, and `WriteStreams`, that contains the streams to be committed."],["The class includes two constructors, one default and one that accepts another `BatchCommitWriteStreamsRequest` object as an argument for creating a copy."]]],[]]