Interface protos.google.cloud.bigquery.storage.v1.IWriteStream (4.1.0)

Properties of a WriteStream.

Package

@google-cloud/bigquery-storage

Properties

commitTime

commitTime?: (google.protobuf.ITimestamp|null);

WriteStream commitTime

createTime

createTime?: (google.protobuf.ITimestamp|null);

WriteStream createTime

location

location?: (string|null);

WriteStream location

name

name?: (string|null);

WriteStream name

tableSchema

tableSchema?: (google.cloud.bigquery.storage.v1.ITableSchema|null);

WriteStream tableSchema

type

type?: (google.cloud.bigquery.storage.v1.WriteStream.Type|keyof typeof google.cloud.bigquery.storage.v1.WriteStream.Type|null);

WriteStream type

writeMode

writeMode?: (google.cloud.bigquery.storage.v1.WriteStream.WriteMode|keyof typeof google.cloud.bigquery.storage.v1.WriteStream.WriteMode|null);

WriteStream writeMode