Google BigQuery Storage V1 Client - Class WriteMode (1.3.2)

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

Mode enum of the stream.

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

WRITE_MODE_UNSPECIFIED

Value: 0

Unknown type.

Generated from protobuf enum WRITE_MODE_UNSPECIFIED = 0;

INSERT

Value: 1

Insert new records into the table.

It is the default value if customers do not specify it.

Generated from protobuf enum INSERT = 1;