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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe webpage provides documentation for the \u003ccode\u003eBatchCommitWriteStreamsResponse\u003c/code\u003e class within the Google BigQuery Storage v1 API, detailing its structure, inheritance, and members.\u003c/p\u003e\n"],["\u003cp\u003eThe content covers multiple versions of the \u003ccode\u003eBatchCommitWriteStreamsResponse\u003c/code\u003e class, ranging from version 2.3.0 to the latest version 3.17.0, with each version linked to its corresponding documentation page.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eBatchCommitWriteStreamsResponse\u003c/code\u003e is a sealed class that implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, designed to handle responses for \u003ccode\u003eBatchCommitWriteStreams\u003c/code\u003e operations.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eBatchCommitWriteStreamsResponse\u003c/code\u003e include \u003ccode\u003eCommitTime\u003c/code\u003e, which indicates the commit time of streams in microseconds if successful, and \u003ccode\u003eStreamErrors\u003c/code\u003e, which lists any errors encountered during the commit process.\u003c/p\u003e\n"],["\u003cp\u003eThe documentation includes details about the class's constructors, specifically a default constructor and one that accepts another \u003ccode\u003eBatchCommitWriteStreamsResponse\u003c/code\u003e object for copying, allowing for the creation of new instances of the class.\u003c/p\u003e\n"]]],[],null,[]]