Interface protos.google.cloud.bigquery.storage.v1.IReadSession (2.6.2)

Properties of a ReadSession.

Package

@google-cloud/bigquery-storage!

Properties

arrowSchema

arrowSchema?: (google.cloud.bigquery.storage.v1.IArrowSchema|null);

ReadSession arrowSchema

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1.IArrowSchema|null)

avroSchema

avroSchema?: (google.cloud.bigquery.storage.v1.IAvroSchema|null);

ReadSession avroSchema

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1.IAvroSchema|null)

dataFormat

dataFormat?: (google.cloud.bigquery.storage.v1.DataFormat|keyof typeof google.cloud.bigquery.storage.v1.DataFormat|null);

ReadSession dataFormat

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1.DataFormat|keyof typeof google.cloud.bigquery.storage.v1.DataFormat|null)

expireTime

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

ReadSession expireTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

name

name?: (string|null);

ReadSession name

Property Value
TypeDescription
(string|null)

readOptions

readOptions?: (google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions|null);

ReadSession readOptions

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions|null)

streams

streams?: (google.cloud.bigquery.storage.v1.IReadStream[]|null);

ReadSession streams

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1.IReadStream[]|null)

table

table?: (string|null);

ReadSession table

Property Value
TypeDescription
(string|null)

tableModifiers

tableModifiers?: (google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers|null);

ReadSession tableModifiers

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers|null)