Google BigQuery Storage V1 Client - Class Type (1.3.2)

Reference documentation and code samples for the Google BigQuery Storage V1 Client class Type.

Type enum of the stream.

Protobuf type google.cloud.bigquery.storage.v1.WriteStream.Type

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

Unknown type.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

COMMITTED

Value: 1

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

Generated from protobuf enum COMMITTED = 1;

PENDING

Value: 2

Data is invisible until the stream is committed.

Generated from protobuf enum PENDING = 2;

BUFFERED

Value: 3

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

Generated from protobuf enum BUFFERED = 3;