Module: Google::Cloud::Bigtable::Admin::V2::Table::TimestampGranularity

Defined in:
proto_docs/google/bigtable/admin/v2/table.rb

Overview

Possible timestamp granularities to use when keeping multiple versions of data in a table.

Constant Summary collapse

TIMESTAMP_GRANULARITY_UNSPECIFIED =

The user did not specify a granularity. Should not be returned. When specified during table creation, MILLIS will be used.

0
MILLIS =

The table keeps data versioned at a granularity of 1ms.

1