Class: Google::Bigtable::V2::RowRange

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb

Overview

Specifies a contiguous range of rows.

Instance Attribute Summary collapse

Instance Attribute Details

#end_key_closedString

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

Returns:

  • (String)

    Used when giving an inclusive upper bound for the range.



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

class RowRange; end

#end_key_openString

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

Returns:

  • (String)

    Used when giving an exclusive upper bound for the range.



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

class RowRange; end

#start_key_closedString

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

Returns:

  • (String)

    Used when giving an inclusive lower bound for the range.



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

class RowRange; end

#start_key_openString

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

Returns:

  • (String)

    Used when giving an exclusive lower bound for the range.



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

class RowRange; end