Properties of a ReadRowsResponse.
Package
@google-cloud/bigquery-storage!Properties
arrowRecordBatch
arrowRecordBatch?: (google.cloud.bigquery.storage.v1.IArrowRecordBatch|null);
ReadRowsResponse arrowRecordBatch
Type | Description |
(google.cloud.bigquery.storage.v1.IArrowRecordBatch|null) |
arrowSchema
arrowSchema?: (google.cloud.bigquery.storage.v1.IArrowSchema|null);
ReadRowsResponse arrowSchema
Type | Description |
(google.cloud.bigquery.storage.v1.IArrowSchema|null) |
avroRows
avroRows?: (google.cloud.bigquery.storage.v1.IAvroRows|null);
ReadRowsResponse avroRows
Type | Description |
(google.cloud.bigquery.storage.v1.IAvroRows|null) |
avroSchema
avroSchema?: (google.cloud.bigquery.storage.v1.IAvroSchema|null);
ReadRowsResponse avroSchema
Type | Description |
(google.cloud.bigquery.storage.v1.IAvroSchema|null) |
rowCount
rowCount?: (number|Long|string|null);
ReadRowsResponse rowCount
Type | Description |
(number|Long|string|null) |
stats
stats?: (google.cloud.bigquery.storage.v1.IStreamStats|null);
ReadRowsResponse stats
Type | Description |
(google.cloud.bigquery.storage.v1.IStreamStats|null) |
throttleState
throttleState?: (google.cloud.bigquery.storage.v1.IThrottleState|null);
ReadRowsResponse throttleState
Type | Description |
(google.cloud.bigquery.storage.v1.IThrottleState|null) |