Class: Google::Bigtable::V2::ColumnRange

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/v2/doc/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

Instance Attribute Details

#end_qualifier_closedString

Returns Used when giving an inclusive upper bound for the range.

Returns:

  • (String)

    Used when giving an inclusive upper bound for the range.



123
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 123

class ColumnRange; end

#end_qualifier_openString

Returns Used when giving an exclusive upper bound for the range.

Returns:

  • (String)

    Used when giving an exclusive upper bound for the range.



123
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 123

class ColumnRange; end

#family_nameString

Returns The name of the column family within which this range falls.

Returns:

  • (String)

    The name of the column family within which this range falls.



123
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 123

class ColumnRange; end

#start_qualifier_closedString

Returns Used when giving an inclusive lower bound for the range.

Returns:

  • (String)

    Used when giving an inclusive lower bound for the range.



123
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 123

class ColumnRange; end

#start_qualifier_openString

Returns Used when giving an exclusive lower bound for the range.

Returns:

  • (String)

    Used when giving an exclusive lower bound for the range.



123
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 123

class ColumnRange; end