Interface StoreParameters

All Known Subinterfaces:
TypedStoreParameters<T>

public interface StoreParameters
The fields of the StoreParameters are used from the BlobStoreFactory to create a store.
Since:
2.0.0
  • Method Details

    • getName

      String getName()
    • getRepositoryId

      String getRepositoryId()
    • getNamespace

      String getNamespace()
      Returns optional namespace to which the store is related
      Returns:
      namespace
      Since:
      2.44.0