Cloud Bigtable V2 Client - Class TimestampGranularity (1.23.0)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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;