Interface protos.google.cloud.bigquery.storage.v1beta1.ICreateReadSessionRequest (2.5.4)

Properties of a CreateReadSessionRequest.

Package

@google-cloud/bigquery-storage!

Properties

format

format?: (google.cloud.bigquery.storage.v1beta1.DataFormat|keyof typeof google.cloud.bigquery.storage.v1beta1.DataFormat|null);

CreateReadSessionRequest format

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

parent

parent?: (string|null);

CreateReadSessionRequest parent

Property Value
TypeDescription
(string|null)

readOptions

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

CreateReadSessionRequest readOptions

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

requestedStreams

requestedStreams?: (number|null);

CreateReadSessionRequest requestedStreams

Property Value
TypeDescription
(number|null)

shardingStrategy

shardingStrategy?: (google.cloud.bigquery.storage.v1beta1.ShardingStrategy|keyof typeof google.cloud.bigquery.storage.v1beta1.ShardingStrategy|null);

CreateReadSessionRequest shardingStrategy

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1beta1.ShardingStrategy|keyof typeof google.cloud.bigquery.storage.v1beta1.ShardingStrategy|null)

tableModifiers

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

CreateReadSessionRequest tableModifiers

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

tableReference

tableReference?: (google.cloud.bigquery.storage.v1beta1.ITableReference|null);

CreateReadSessionRequest tableReference

Property Value
TypeDescription
(google.cloud.bigquery.storage.v1beta1.ITableReference|null)