Class: Google::Bigtable::V2::Row
- Inherits:
-
Object
- Object
- Google::Bigtable::V2::Row
- Defined in:
- lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb
Overview
Specifies the complete (requested) contents of a single row of a table. Rows which exceed 256MiB in size cannot be read in full.
Instance Attribute Summary collapse
-
#families ⇒ Array<Google::Bigtable::V2::Family>
May be empty, but only if the entire row is empty.
-
#key ⇒ String
The unique key which identifies this row within its table.
Instance Attribute Details
#families ⇒ Array<Google::Bigtable::V2::Family>
Returns May be empty, but only if the entire row is empty. The mutual ordering of column families is not specified.
29 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 29 class Row; end |
#key ⇒ String
Returns The unique key which identifies this row within its table. This is the same key that's used to identify the row in, for example, a MutateRowRequest. May contain any non-empty byte string up to 4KiB in length.
29 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 29 class Row; end |