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."],[[["The latest version of the `BatchCommitWriteStreamsResponse` documentation is 3.17.0, with a full list of previous versions available, starting from 3.16.0 down to 2.3.0."],["`BatchCommitWriteStreamsResponse` is a response message for `BatchCommitWriteStreams`, implementing multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `BatchCommitWriteStreamsResponse` class contains properties such as `CommitTime`, indicating when streams were committed, and `StreamErrors`, which lists any stream-level errors encountered during the commit process."],["The class includes two constructors, a default one and another that accepts a `BatchCommitWriteStreamsResponse` object for copying."],["The documentation is within the `Google.Cloud.BigQuery.Storage.V1` namespace, part of the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."]]],[]]