public sealed class BatchCommitWriteStreamsRequest : IMessage<BatchCommitWriteStreamsRequest>, IEquatable<BatchCommitWriteStreamsRequest>, IDeepCloneable<BatchCommitWriteStreamsRequest>, IBufferMessage, IMessage
[[["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 content focuses on the `BatchCommitWriteStreamsRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, detailing its structure and properties."],["This class is a request message utilized for the `BatchCommitWriteStreams` function, enabling atomic commitment of multiple streams."],["It inherits from `Object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties like `Parent` and `WriteStreams`, with the `Parent` property accepting a table name and `WriteStreams` accepting multiple streams to be committed."],["The webpage provides documentation for various versions of this class, from 2.3.0 to 3.17.0, including the latest, while the current page is for version 3.2.0."]]],[]]