public sealed class BatchCommitWriteStreamsResponse : IMessage<BatchCommitWriteStreamsResponse>, IEquatable<BatchCommitWriteStreamsResponse>, IDeepCloneable<BatchCommitWriteStreamsResponse>, IBufferMessage, IMessage
The time at which streams were committed in microseconds granularity.
This field will only exist when there are no stream errors.
Note if this field is not set, it means the commit was not successful.
public RepeatedField<StorageError> StreamErrors { get; }
Stream level error if commit failed. Only streams with error will be in
the list.
If empty, there is no error and all streams are committed successfully.
If non empty, certain streams have errors and ZERO stream is committed due
to atomicity guarantee.
[[["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 webpage details the `BatchCommitWriteStreamsResponse` class within the `Google.Cloud.BigQuery.Storage.V1` namespace, specifically version 2.5.0 of the library, including a comprehensive listing of versions from 2.3.0 up to the latest 3.17.0."],["The `BatchCommitWriteStreamsResponse` class is a message type used to respond to `BatchCommitWriteStreams` requests and includes properties such as `CommitTime` and `StreamErrors`, alongside implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It outlines the available constructors for creating instances of the `BatchCommitWriteStreamsResponse` object, with one being a default constructor and the other accepting another `BatchCommitWriteStreamsResponse` object as a parameter."],["The page explains that `CommitTime` indicates when streams were successfully committed, and that the `StreamErrors` property will list any streams that encountered errors during the commit process, ensuring an atomic guarantee meaning all or none were committed."],["Each version number listed links to the documentation on the BatchCommitWriteStreamResponse for that specific version."]]],[]]