Google BigQuery Storage v1 API - Enum WriteStream.Types.Type (3.14.0)

public enum WriteStream.Types.Type

Reference documentation and code samples for the Google BigQuery Storage v1 API enum WriteStream.Types.Type.

Type enum of the stream.

Namespace

Google.Cloud.BigQuery.Storage.V1

Assembly

Google.Cloud.BigQuery.Storage.V1.dll

Fields

NameDescription
Buffered

Data is only visible up to the offset to which it was flushed.

Committed

Data will commit automatically and appear as soon as the write is acknowledged.

Pending

Data is invisible until the stream is committed.

Unspecified

Unknown type.