Class ReadRowsResponse (2.4.0)

ReadRowsResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Response from calling ReadRows may include row data, progress and throttling information.

Attributes

NameDescription
avro_rows google.cloud.bigquery_storage_v1beta2.types.AvroRows
Serialized row data in AVRO format.
arrow_record_batch google.cloud.bigquery_storage_v1beta2.types.ArrowRecordBatch
Serialized row data in Arrow RecordBatch format.
row_count int
Number of serialized rows in the rows block.
stats google.cloud.bigquery_storage_v1beta2.types.StreamStats
Statistics for the stream.
throttle_state google.cloud.bigquery_storage_v1beta2.types.ThrottleState
Throttling state. If unset, the latest response still describes the current throttling status.
avro_schema google.cloud.bigquery_storage_v1beta2.types.AvroSchema
Output only. Avro schema.
arrow_schema google.cloud.bigquery_storage_v1beta2.types.ArrowSchema
Output only. Arrow schema.