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."],[[["This page details the `BatchCommitWriteStreamsRequest` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, used for requesting the batch commitment of write streams."],["The `BatchCommitWriteStreamsRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in data management and communication."],["The class offers two constructors, a default constructor and one that takes another `BatchCommitWriteStreamsRequest` instance as a parameter for cloning purposes."],["Key properties of the class include `Parent` (the table to which streams belong), `ParentAsTableName` (a `TableName`-typed view of `Parent`), and `WriteStreams` (the collection of streams to be committed atomically)."],["The page provides a list of all available versions, from the latest version 3.17.0, down to version 2.3.0, showing the different available documentation for each."]]],[]]