Interface DataStoreProperties

All Known Implementing Classes:
DataStorePropertiesImpl

public interface DataStoreProperties
Properties of the data store.
  • Method Details

    • secondaryIndexesEnabled

      boolean secondaryIndexesEnabled()
      Returns:
      If the secondary indexes are enabled.
    • saiEnabled

      boolean saiEnabled()
      Returns:
      If Storage attached 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 true when saiEnabled() is true.