hashKeyType property
The data type for the hash key (also called the partition key). You can specify the following values:
-
STRING
- The hash key is a string. -
NUMBER
- The hash key is a number.
hashKeyType
, the default value is
STRING
.
Implementation
final String? hashKeyType;