Class: Google::Cloud::Bigtable::V2::ColumnRange
- Inherits:
-
Object
- Object
- Google::Cloud::Bigtable::V2::ColumnRange
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/bigtable/v2/data.rb
Overview
Specifies a contiguous range of columns within a single column family. The range spans from <column_family>:<start_qualifier> to <column_family>:<end_qualifier>, where both bounds can be either inclusive or exclusive.
Instance Attribute Summary collapse
-
#end_qualifier_closed ⇒ ::String
Used when giving an inclusive upper bound for the range.
-
#end_qualifier_open ⇒ ::String
Used when giving an exclusive upper bound for the range.
-
#family_name ⇒ ::String
The name of the column family within which this range falls.
-
#start_qualifier_closed ⇒ ::String
Used when giving an inclusive lower bound for the range.
-
#start_qualifier_open ⇒ ::String
Used when giving an exclusive lower bound for the range.
Instance Attribute Details
#end_qualifier_closed ⇒ ::String
Returns Used when giving an inclusive upper bound for the range.
Note: The following fields are mutually exclusive: end_qualifier_closed, end_qualifier_open. If a field in that set is populated, all other fields in the set will automatically be cleared.
252 253 254 255 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 252 class ColumnRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#end_qualifier_open ⇒ ::String
Returns Used when giving an exclusive upper bound for the range.
Note: The following fields are mutually exclusive: end_qualifier_open, end_qualifier_closed. If a field in that set is populated, all other fields in the set will automatically be cleared.
252 253 254 255 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 252 class ColumnRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#family_name ⇒ ::String
Returns The name of the column family within which this range falls.
252 253 254 255 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 252 class ColumnRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_qualifier_closed ⇒ ::String
Returns Used when giving an inclusive lower bound for the range.
Note: The following fields are mutually exclusive: start_qualifier_closed, start_qualifier_open. If a field in that set is populated, all other fields in the set will automatically be cleared.
252 253 254 255 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 252 class ColumnRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_qualifier_open ⇒ ::String
Returns Used when giving an exclusive lower bound for the range.
Note: The following fields are mutually exclusive: start_qualifier_open, start_qualifier_closed. If a field in that set is populated, all other fields in the set will automatically be cleared.
252 253 254 255 |
# File 'proto_docs/google/bigtable/v2/data.rb', line 252 class ColumnRange include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |