Class AvroRows (2.16.1)

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

Avro rows.

Attributes

NameDescription
serialized_binary_rows bytes
Binary serialized rows in a block.
row_count int
[Deprecated] The count of rows in the returning block. Please use the format-independent ReadRowsResponse.row_count instead.

Inheritance

builtins.object > proto.message.Message > AvroRows