Reference documentation and code samples for the Cloud Bigtable V2 Client class TimestampGranularity.
Possible timestamp granularities to use when keeping multiple versions of data in a table.
Protobuf type google.bigtable.admin.v2.Table.TimestampGranularity
Namespace
Google \ Cloud \ Bigtable \ Admin \ V2 \ TableMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TIMESTAMP_GRANULARITY_UNSPECIFIED
Value: 0
The user did not specify a granularity. Should not be returned.
When specified during table creation, MILLIS will be used.
Generated from protobuf enum TIMESTAMP_GRANULARITY_UNSPECIFIED = 0;
MILLIS
Value: 1
The table keeps data versioned at a granularity of 1ms.
Generated from protobuf enum MILLIS = 1;