Interface protos.google.cloud.bigquery.storage.v1beta2.IWriteStream (5.1.2)

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

name

name?: (string|null);

WriteStream name

tableSchema

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

WriteStream tableSchema

type

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

WriteStream type