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 page provides reference documentation for the `BatchCommitWriteStreamsResponse` class within the Google BigQuery Storage v1 API, specifically for the .NET environment, with version 3.6.0 being the main context version of the documentation."],["The `BatchCommitWriteStreamsResponse` class is used as a response message for the `BatchCommitWriteStreams` operation, which can be found within the namespace `Google.Cloud.BigQuery.Storage.V1` and is found within the `Google.Cloud.BigQuery.Storage.V1.dll` assembly."],["The provided content covers the class's constructors, properties such as `CommitTime` (a `Timestamp`) and `StreamErrors` (a `RepeatedField\u003cStorageError\u003e`), and inherited members, including those of the `object` class."],["This response class implements interfaces such as `IMessage`, `IEquatable\u003cBatchCommitWriteStreamsResponse\u003e`, `IDeepCloneable\u003cBatchCommitWriteStreamsResponse\u003e`, and `IBufferMessage`, allowing for various operations and interactions within the .NET ecosystem."],["The content also includes links to documentation for various versions of the `BatchCommitWriteStreamsResponse`, ranging from version 2.3.0 up to the latest version, 3.17.0, providing a history of changes and updates."]]],[]]