public sealed class BatchCommitWriteStreamsResponse : IMessage<BatchCommitWriteStreamsResponse>, IEquatable<BatchCommitWriteStreamsResponse>, IDeepCloneable<BatchCommitWriteStreamsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google BigQuery Storage v1 API class BatchCommitWriteStreamsResponse.
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 Google BigQuery Storage v1 API's `BatchCommitWriteStreamsResponse` class is 3.17.0, and the documentation includes versions back to 2.3.0."],["This documentation provides reference information and code samples for the `BatchCommitWriteStreamsResponse` class in the Google BigQuery Storage v1 API, detailing its role as the response message for `BatchCommitWriteStreams`."],["The `BatchCommitWriteStreamsResponse` class includes properties such as `CommitTime`, indicating the commit time with microsecond granularity if successful, and `StreamErrors`, which lists errors encountered at the stream level during commit."],["The `BatchCommitWriteStreamsResponse` is part of the `Google.Cloud.BigQuery.Storage.V1` namespace and implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["A successful commit operation will be indicated by a populated `CommitTime` field, while the presence of errors will be represented by a non-empty `StreamErrors` property, with no streams committed."]]],[]]