Interface MetadataStorageConfig
- All Known Implementing Classes:
DefaultMetadataStorageConfig
public interface MetadataStorageConfig
Metadata configuration.
-
Method Summary
Modifier and TypeMethodDescriptionSQL definition of metadata field(s) list.indexes()
Metadata Indexes, list of fields to use as index.Metadata storage mode COMBINED_JSON: For dynamic metadata, when you don't know the list of metadata that will be used.
-
Method Details
-
storageMode
MetadataStorageMode storageMode()Metadata storage mode- COMBINED_JSON: For dynamic metadata, when you don't know the list of metadata that will be used.
- COLUMN_PER_KEY: for static metadata, when you know in advance the list of metadata
- Returns:
- Metadata storage mode
-
columnDefinitions
-
indexes
-