Class: Google::Bigtable::V2::RowRange
- Inherits:
-
Object
- Object
- Google::Bigtable::V2::RowRange
- Defined in:
- lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb
Overview
Specifies a contiguous range of rows.
Instance Attribute Summary collapse
-
#end_key_closed ⇒ String
Used when giving an inclusive upper bound for the range.
-
#end_key_open ⇒ String
Used when giving an exclusive upper bound for the range.
-
#start_key_closed ⇒ String
Used when giving an inclusive lower bound for the range.
-
#start_key_open ⇒ String
Used when giving an exclusive lower bound for the range.
Instance Attribute Details
#end_key_closed ⇒ String
Returns Used when giving an inclusive upper bound for the range.
92 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 92 class RowRange; end |
#end_key_open ⇒ String
Returns Used when giving an exclusive upper bound for the range.
92 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 92 class RowRange; end |
#start_key_closed ⇒ String
Returns Used when giving an inclusive lower bound for the range.
92 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 92 class RowRange; end |
#start_key_open ⇒ String
Returns Used when giving an exclusive lower bound for the range.
92 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 92 class RowRange; end |