Class: Google::Bigtable::V2::ValueRange

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

Overview

Specifies a contiguous range of raw byte values.

Instance Attribute Summary collapse

Instance Attribute Details

#end_value_closedString

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

Returns:

  • (String)

    Used when giving an inclusive upper bound for the range.



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

class ValueRange; end

#end_value_openString

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

Returns:

  • (String)

    Used when giving an exclusive upper bound for the range.



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

class ValueRange; end

#start_value_closedString

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

Returns:

  • (String)

    Used when giving an inclusive lower bound for the range.



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

class ValueRange; end

#start_value_openString

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

Returns:

  • (String)

    Used when giving an exclusive lower bound for the range.



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

class ValueRange; end