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"]],[["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 page details the \u003ccode\u003eBatchCommitWriteStreamsResponse\u003c/code\u003e class within the \u003ccode\u003eGoogle.Cloud.BigQuery.Storage.V1\u003c/code\u003e namespace, specifically version 2.9.0 of the .NET library.\u003c/p\u003e\n"],["\u003cp\u003eThis class serves as the response message for the \u003ccode\u003eBatchCommitWriteStreams\u003c/code\u003e operation, indicating whether the operation succeeded and any errors.\u003c/p\u003e\n"],["\u003cp\u003eThe page offers a history of the API versions, spanning from version 3.17.0 (the latest) down to 2.3.0, with each version linking to its own specific documentation.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatchCommitWriteStreamsResponse\u003c/code\u003e class includes properties such as \u003ccode\u003eCommitTime\u003c/code\u003e (a timestamp of the commit time) and \u003ccode\u003eStreamErrors\u003c/code\u003e (a list of any errors that occurred during the operation).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eBatchCommitWriteStreamsResponse\u003c/code\u003e class implements multiple interfaces for message handling, equality comparison, deep cloning, and buffering.\u003c/p\u003e\n"]]],[],null,[]]