Class: Google::Bigtable::V2::TimestampRange
- Inherits:
-
Object
- Object
- Google::Bigtable::V2::TimestampRange
- 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
-
#end_timestamp_micros ⇒ Integer
Exclusive upper bound.
-
#start_timestamp_micros ⇒ Integer
Inclusive lower bound.
Instance Attribute Details
#end_timestamp_micros ⇒ Integer
Returns Exclusive upper bound. If left empty, interpreted as infinity.
131 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 131 class TimestampRange; end |
#start_timestamp_micros ⇒ Integer
Returns Inclusive lower bound. If left empty, interpreted as 0.
131 |
# File 'lib/google/cloud/bigtable/v2/doc/google/bigtable/v2/data.rb', line 131 class TimestampRange; end |