Class ReadRowsResponse (2.1.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 .avro.AvroRows
Serialized row data in AVRO format.
arrow_record_batch .arrow.ArrowRecordBatch
Serialized row data in Arrow RecordBatch format.
row_count int
Number of serialized rows in the rows block.
stats .storage.StreamStats
Statistics for the stream.
throttle_state .storage.ThrottleState
Throttling state. If unset, the latest response still describes the current throttling status.