Properties of a ReadSession.
Package
@google-cloud/bigquery-storageProperties
arrowSchema
arrowSchema?: (google.cloud.bigquery.storage.v1.IArrowSchema|null);
ReadSession arrowSchema
avroSchema
avroSchema?: (google.cloud.bigquery.storage.v1.IAvroSchema|null);
ReadSession avroSchema
dataFormat
dataFormat?: (google.cloud.bigquery.storage.v1.DataFormat|keyof typeof google.cloud.bigquery.storage.v1.DataFormat|null);
ReadSession dataFormat
estimatedRowCount
estimatedRowCount?: (number|Long|string|null);
ReadSession estimatedRowCount
estimatedTotalBytesScanned
estimatedTotalBytesScanned?: (number|Long|string|null);
ReadSession estimatedTotalBytesScanned
estimatedTotalPhysicalFileSize
estimatedTotalPhysicalFileSize?: (number|Long|string|null);
ReadSession estimatedTotalPhysicalFileSize
expireTime
expireTime?: (google.protobuf.ITimestamp|null);
ReadSession expireTime
name
name?: (string|null);
ReadSession name
readOptions
readOptions?: (google.cloud.bigquery.storage.v1.ReadSession.ITableReadOptions|null);
ReadSession readOptions
streams
streams?: (google.cloud.bigquery.storage.v1.IReadStream[]|null);
ReadSession streams
table
table?: (string|null);
ReadSession table
tableModifiers
tableModifiers?: (google.cloud.bigquery.storage.v1.ReadSession.ITableModifiers|null);
ReadSession tableModifiers
traceId
traceId?: (string|null);
ReadSession traceId