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 versioning ranging from 2.3.0 up to the latest 3.17.0."],["The `BatchCommitWriteStreamsRequest` class is a request message used for the `BatchCommitWriteStreams` function, implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` for data manipulation and comparison."],["The class includes properties such as `Parent` (a string representing the table path) and `WriteStreams` (a list of streams to be committed), alongside methods like constructors and inherited methods from the `Object` class."],["The latest version of `BatchCommitWriteStreamsRequest` is `3.17.0` as listed at the top, and the document showcases different version of this class with links to access them."],["The class is part of the `Google.Cloud.BigQuery.Storage.V1` namespace and is included in the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."]]],[]]