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 for version 2.6.0, with links to older versions as early as 2.3.0 and newer versions up to 3.17.0."],["The `BatchCommitWriteStreamsResponse` class is a message type used for responses to `BatchCommitWriteStreams` operations and includes properties for `CommitTime` and `StreamErrors`."],["The `CommitTime` property, of type `Timestamp`, indicates the time when streams were committed successfully, and its absence implies an unsuccessful commit."],["The `StreamErrors` property, of type `RepeatedField\u003cStorageError\u003e`, lists errors encountered during the stream commit process; an empty list signifies a successful commit of all streams, while a non-empty list indicates that no streams were committed."],["The `BatchCommitWriteStreamsResponse` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."]]],[]]