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 document provides reference documentation for the `BatchCommitWriteStreamsRequest` class within the Google BigQuery Storage v1 API, specifically for the .NET environment, with the latest version being 3.17.0."],["The `BatchCommitWriteStreamsRequest` class is used to send a request to atomically commit a group of write streams to a parent table, which is identified by its project, dataset, and table name."],["The class is an implementation of multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it inherits from the base `Object` class."],["Key properties of the `BatchCommitWriteStreamsRequest` include `Parent`, representing the parent table, and `WriteStreams`, a collection of stream names to be committed, and it also has a `ParentAsTableName` property, giving a typed view of the `Parent` resource."],["The webpage lists versions from 2.3.0 all the way up to 3.17.0, giving you access to each previous version."]]],[]]