Annotation Type VectorStoreRecordKey
-
@Retention(RUNTIME) @Target(FIELD) public @interface VectorStoreRecordKey
Represents the key field in a record.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description StringstorageNameStorage name of the field.
-
-
-
Element Detail
-
storageName
String storageName
Storage name of the field.- Returns:
- The storage name of the field.
- Default:
- ""
-
-