Interface DataStoreProperties
- All Known Implementing Classes:
DataStorePropertiesImpl
public interface DataStoreProperties
Properties of the data store.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleandefault booleanboolean
-
Method Details
-
secondaryIndexesEnabled
boolean secondaryIndexesEnabled()- Returns:
- If the secondary indexes are enabled.
-
saiEnabled
boolean saiEnabled()- Returns:
- If Storage attached indexes are enabled.
-
vectorSearchEnabled
boolean vectorSearchEnabled()- Returns:
- If vector search indexes are enabled.
-
loggedBatchesEnabled
boolean loggedBatchesEnabled()- Returns:
- If logged batches are enabled.
-
treatBooleansAsNumeric
default boolean treatBooleansAsNumeric()- Returns:
- If boolean values should be treated as the numeric in the data store. By default
truewhensaiEnabled()istrue.
-