Interface protos.google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions (2.6.2)

Properties of a TableReadOptions.

Package

@google-cloud/bigquery-storage!

Properties

arrowSerializationOptions

arrowSerializationOptions?: (google.cloud.bigquery.storage.v1.IArrowSerializationOptions|null);

TableReadOptions arrowSerializationOptions

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

rowRestriction

rowRestriction?: (string|null);

TableReadOptions rowRestriction

Property Value
TypeDescription
(string|null)

selectedFields

selectedFields?: (string[]|null);

TableReadOptions selectedFields

Property Value
TypeDescription
(string[]|null)