Class BatchCommitWriteStreamsResponse (2.8.0)

public sealed class BatchCommitWriteStreamsResponse : IMessage<BatchCommitWriteStreamsResponse>, IEquatable<BatchCommitWriteStreamsResponse>, IDeepCloneable<BatchCommitWriteStreamsResponse>, IBufferMessage, IMessage

Response message for BatchCommitWriteStreams.

Inheritance

Object > BatchCommitWriteStreamsResponse

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Constructors

BatchCommitWriteStreamsResponse()

public BatchCommitWriteStreamsResponse()

BatchCommitWriteStreamsResponse(BatchCommitWriteStreamsResponse)

public BatchCommitWriteStreamsResponse(BatchCommitWriteStreamsResponse other)
Parameter
NameDescription
otherBatchCommitWriteStreamsResponse

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
TypeDescription
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
TypeDescription
RepeatedField<StorageError>