Class TimestampGranularity (2.32.0)

TimestampGranularity(value)

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

Enums

Name Description
TIMESTAMP_GRANULARITY_UNSPECIFIED The user did not specify a granularity. Should not be returned. When specified during table creation, MILLIS will be used.
MILLIS The table keeps data versioned at a granularity of 1ms.