rangeKeyType property

String? rangeKeyType
final

The data type for the range key (also called the sort key), You can specify the following values:

  • STRING - The range key is a string.
  • NUMBER - The range key is number.
If you don't specify rangeKeyField, the default value is STRING.

Implementation

final String? rangeKeyType;