Interface FirestoreStorageConfigurationProvider

All Superinterfaces:
io.micronaut.core.naming.Named, RootClassConfigurationProvider

public interface FirestoreStorageConfigurationProvider extends RootClassConfigurationProvider
Since:
1.7.0
Author:
Simon Frauenschuh
  • Method Details

    • getFirestoreClientName

      @NonNull @NonNull Optional<String> getFirestoreClientName()
      The name qualifier of the defined Firestore to use. If unset, a client with the same name as the storage will be used. If there is no bean with a name qualifier matching the storage name, the default client will be used.
      Returns:
      Returns the name qualifier of the S3Client to use.
    • getLogicalDirectory

      @NonNull @NonNull String getLogicalDirectory()
      Returns:
      Returns the name of the logical firestore directory to use.