Reference documentation and code samples for the Cloud Bigtable V2 Client class TimestampRange.
Specified a contiguous range of microsecond timestamps.
Generated from protobuf message google.bigtable.v2.TimestampRange
Namespace
Google \ Cloud \ Bigtable \ V2Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ start_timestamp_micros |
int|string
Inclusive lower bound. If left empty, interpreted as 0. |
↳ end_timestamp_micros |
int|string
Exclusive upper bound. If left empty, interpreted as infinity. |
getStartTimestampMicros
Inclusive lower bound. If left empty, interpreted as 0.
Returns | |
---|---|
Type | Description |
int|string |
setStartTimestampMicros
Inclusive lower bound. If left empty, interpreted as 0.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |
getEndTimestampMicros
Exclusive upper bound. If left empty, interpreted as infinity.
Returns | |
---|---|
Type | Description |
int|string |
setEndTimestampMicros
Exclusive upper bound. If left empty, interpreted as infinity.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |