Class: Google::Bigtable::V2::TimestampRange

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

Overview

Specified a contiguous range of microsecond timestamps.

Instance Attribute Summary collapse

Instance Attribute Details

#end_timestamp_microsInteger

Returns Exclusive upper bound. If left empty, interpreted as infinity.

Returns:

  • (Integer)

    Exclusive upper bound. If left empty, interpreted as infinity.



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

class TimestampRange; end

#start_timestamp_microsInteger

Returns Inclusive lower bound. If left empty, interpreted as 0.

Returns:

  • (Integer)

    Inclusive lower bound. If left empty, interpreted as 0.



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

class TimestampRange; end