Enum Table.TimestampGranularity (2.13.0)

public enum Table.TimestampGranularity extends Enum<Table.TimestampGranularity> implements ProtocolMessageEnum

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

Protobuf enum google.bigtable.admin.v2.Table.TimestampGranularity

Implements

ProtocolMessageEnum

Static Fields

NameDescription
MILLIS

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

MILLIS = 1;

MILLIS_VALUE

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

MILLIS = 1;

TIMESTAMP_GRANULARITY_UNSPECIFIED

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

TIMESTAMP_GRANULARITY_UNSPECIFIED = 0;

TIMESTAMP_GRANULARITY_UNSPECIFIED_VALUE

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

TIMESTAMP_GRANULARITY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()