Annotation Type PartitionKey
-
@Inherited @Retention(RUNTIME) @Target(FIELD) public @interface PartitionKey
Interface for type partition key
-
-
Element Detail
-
value
String value
The name of the partition key if the serialized attribute name differs from the field name- Returns:
- partition key name
- Default:
- ""
-
-