granularity property

String? granularity
getter/setter pair

The granularity (i.e. MILLIS) at which timestamps are stored in this table.

Timestamps not matching the granularity will be rejected. If unspecified at creation time, the value will be set to MILLIS. Views: SCHEMA_VIEW, FULL.

Immutable. Possible string values are:

  • "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.

Implementation

core.String? granularity;