Interface FirestoreStorageConfigurationProvider
- All Superinterfaces:
io.micronaut.core.naming.Named, RootClassConfigurationProvider
- Since:
- 1.7.0
- Author:
- Simon Frauenschuh
-
Method Summary
Modifier and TypeMethodDescriptionThe name qualifier of the defined Firestore to use.@NonNull StringMethods inherited from interface io.micronaut.core.naming.Named
getNameMethods inherited from interface RootClassConfigurationProvider
getRootClass
-
Method Details
-
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
- Returns:
- Returns the name of the logical firestore directory to use.
-