Interface protos.google.cloud.bigquery.storage.v1.IReadRowsResponse (2.5.4)

Properties of a ReadRowsResponse.

Package

@google-cloud/bigquery-storage!

Properties

arrowRecordBatch

arrowRecordBatch?: (google.cloud.bigquery.storage.v1.IArrowRecordBatch|null);

ReadRowsResponse arrowRecordBatch

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

arrowSchema

arrowSchema?: (google.cloud.bigquery.storage.v1.IArrowSchema|null);

ReadRowsResponse arrowSchema

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

avroRows

avroRows?: (google.cloud.bigquery.storage.v1.IAvroRows|null);

ReadRowsResponse avroRows

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

avroSchema

avroSchema?: (google.cloud.bigquery.storage.v1.IAvroSchema|null);

ReadRowsResponse avroSchema

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

rowCount

rowCount?: (number|Long|string|null);

ReadRowsResponse rowCount

Property Value
TypeDescription
(number|Long|string|null)

stats

stats?: (google.cloud.bigquery.storage.v1.IStreamStats|null);

ReadRowsResponse stats

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

throttleState

throttleState?: (google.cloud.bigquery.storage.v1.IThrottleState|null);

ReadRowsResponse throttleState

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