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.
Response message for BatchCommitWriteStreams
.
Implements
IMessageBatchCommitWriteStreamsResponse, IEquatableBatchCommitWriteStreamsResponse, IDeepCloneableBatchCommitWriteStreamsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.BigQuery.Storage.V1Assembly
Google.Cloud.BigQuery.Storage.V1.dll
Constructors
BatchCommitWriteStreamsResponse()
public BatchCommitWriteStreamsResponse()
BatchCommitWriteStreamsResponse(BatchCommitWriteStreamsResponse)
public BatchCommitWriteStreamsResponse(BatchCommitWriteStreamsResponse other)
Parameter | |
---|---|
Name | Description |
other | BatchCommitWriteStreamsResponse |
Properties
CommitTime
public Timestamp CommitTime { get; set; }
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.
Property Value | |
---|---|
Type | Description |
Timestamp |
StreamErrors
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.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStorageError |