BigQuery Storage V1 API - Module Google::Cloud::Bigquery::Storage::V1::WriteStream::Type (v0.27.0)

Reference documentation and code samples for the BigQuery Storage V1 API module Google::Cloud::Bigquery::Storage::V1::WriteStream::Type.

Type enum of the stream.

Constants

TYPE_UNSPECIFIED

value: 0
Unknown type.

COMMITTED

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

PENDING

value: 2
Data is invisible until the stream is committed.

BUFFERED

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