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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]