Properties of a ReadSession.
Package
@google-cloud/bigquery-storage!Properties
arrowSchema
arrowSchema?: (google.cloud.bigquery.storage.v1.IArrowSchema|null);
ReadSession arrowSchema
Type | Description |
(google.cloud.bigquery.storage.v1.IArrowSchema|null) |
avroSchema
avroSchema?: (google.cloud.bigquery.storage.v1.IAvroSchema|null);
ReadSession avroSchema
Type | Description |
(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
Type | Description |
(google.cloud.bigquery.storage.v1.DataFormat|keyof typeof google.cloud.bigquery.storage.v1.DataFormat|null) |
expireTime
expireTime?: (google.protobuf.ITimestamp|null);
ReadSession expireTime
Type | Description |
(google.protobuf.ITimestamp|null) |
name
name?: (string|null);
ReadSession name
Type | Description |
(string|null) |
readOptions
readOptions?: (google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions|null);
ReadSession readOptions
Type | Description |
(google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions|null) |
streams
streams?: (google.cloud.bigquery.storage.v1.IReadStream[]|null);
ReadSession streams
Type | Description |
(google.cloud.bigquery.storage.v1.IReadStream[]|null) |
table
table?: (string|null);
ReadSession table
Type | Description |
(string|null) |
tableModifiers
tableModifiers?: (google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers|null);
ReadSession tableModifiers
Type | Description |
(google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers|null) |