Class: Google::Bigtable::V2::RowSet
- Inherits:
-
Object
- Object
- Google::Bigtable::V2::RowSet
- Defined in:
- lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb
Overview
Specifies a non-contiguous set of rows.
Instance Attribute Summary collapse
-
#row_keys ⇒ Array<String>
Single rows included in the set.
-
#row_ranges ⇒ Array<Google::Bigtable::V2::RowRange>
Contiguous row ranges included in the set.
Instance Attribute Details
#row_keys ⇒ Array<String>
Returns Single rows included in the set.
101 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 101 class RowSet; end |
#row_ranges ⇒ Array<Google::Bigtable::V2::RowRange>
Returns Contiguous row ranges included in the set.
101 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 101 class RowSet; end |