Interface IndexMetadata
- All Known Implementing Classes:
StaticIndexMetadata
A metadata class that stores information about an index
-
Method Summary
Modifier and TypeMethodDescriptionname()The name of the indexdefault Optional<KeyAttributeMetadata> Deprecated.default List<KeyAttributeMetadata> The partition keys for the index in order.default Optional<KeyAttributeMetadata> sortKey()Deprecated.UsesortKeys()for unified single/composite key supportdefault List<KeyAttributeMetadata> sortKeys()The sort keys for the index in order.
-
Method Details
-
name
String name()The name of the index -
partitionKeys
The partition keys for the index in order. -
sortKeys
The sort keys for the index in order. -
partitionKey
Deprecated.UsepartitionKeys()for unified single/composite key supportThe partition key for the index; if there is one. -
sortKey
Deprecated.UsesortKeys()for unified single/composite key supportThe sort key for the index; if there is one.
-
partitionKeys()for unified single/composite key support