Class: Google::Cloud::Bigquery::Storage::V1::AvroRows
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Storage::V1::AvroRows
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/storage/v1/avro.rb
Overview
Avro rows.
Instance Attribute Summary collapse
-
#row_count ⇒ ::Integer
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#serialized_binary_rows ⇒ ::String
Binary serialized rows in a block.
Instance Attribute Details
#row_count ⇒ ::Integer
Deprecated.
This field is deprecated and may be removed in the next major version update.
Returns [Deprecated] The count of rows in the returning block. Please use the format-independent ReadRowsResponse.row_count instead.
44 45 46 47 |
# File 'proto_docs/google/cloud/bigquery/storage/v1/avro.rb', line 44 class AvroRows include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |