Enum Table.Types.TimestampGranularity (2.5.0)

public enum TimestampGranularity

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

Namespace

Google.Cloud.Bigtable.Admin.V2

Assembly

Google.Cloud.Bigtable.Admin.V2.dll

Fields

NameDescription
Millis

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

Unspecified

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