diff --git a/snapshot/guide/configurationreference.html b/snapshot/guide/configurationreference.html index 58257bc3..18454b81 100644 --- a/snapshot/guide/configurationreference.html +++ b/snapshot/guide/configurationreference.html @@ -51,9 +51,33 @@

Configuration Reference

Micronaut Microstream Cache Config Properties

+🔗 + + +++++ + + + + + + + + + + + + + + +
Table 1. Configuration Properties for CacheConfigurationProperties
PropertyTypeDescription

microstream.cache.enabled

boolean

Whether MicroStream Cache module is enabled. Default Value: true

+
🔗 - +@@ -115,134 +139,12 @@

Micronaut Microstream Ca

Table 1. Configuration Properties for MicroStreamCacheConfigurationPropertiesTable 2. Configuration Properties for MicroStreamCacheConfigurationProperties
-🔗 - - ----- - - - - - - - - - - - - - - -
Table 2. Configuration Properties for CacheConfigurationProperties
PropertyTypeDescription

microstream.cache.enabled

boolean

Whether MicroStream Cache module is enabled. Default Value: true

-

Micronaut Microstream Config Properties

-🔗 - - ----- - - - - - - - - - - - - - - - - - - - - - - - - -
Table 3. Configuration Properties for DefaultPostgresStorageConfigurationProvider
PropertyTypeDescription

microstream.postgres.storage.*.root-class

java.lang.Class

Class of the Root Instance. - <a href="https://docs.microstream.one/manual/storage/root-instances.html">Root Instances</a>

microstream.postgres.storage.*.datasource-name

java.lang.String

The name qualifier of the defined postgres DataSource to use. - If unset, a datasource 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 datasource will be used.

microstream.postgres.storage.*.table-name

java.lang.String

Name of the table to use.

-
-🔗 - - ----- - - - - - - - - - - - - - - -
Table 4. Configuration Properties for MicroStreamConfigurationProperties
PropertyTypeDescription

microstream.enabled

boolean

Whether MicroStream module is enabled. Default Value: true

-
-🔗 - - ----- - - - - - - - - - - - - - - - - - - - - - - - - -
Table 5. Configuration Properties for DefaultS3StorageConfigurationProvider
PropertyTypeDescription

microstream.s3.storage.*.root-class

java.lang.Class

Class of the Root Instance. - <a href="https://docs.microstream.one/manual/storage/root-instances.html">Root Instances</a>

microstream.s3.storage.*.s3-client-name

java.lang.String

The name qualifier of the defined S3Client 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.

microstream.s3.storage.*.bucket-name

java.lang.String

Name of the bucket to use.

-
🔗 - +@@ -385,9 +287,33 @@

Micronaut Microstream Config P

Table 6. Configuration Properties for DefaultEmbeddedStorageConfigurationProviderTable 3. Configuration Properties for DefaultEmbeddedStorageConfigurationProvider
+🔗 + + +++++ + + + + + + + + + + + + + + +
Table 4. Configuration Properties for MicroStreamConfigurationProperties
PropertyTypeDescription

microstream.enabled

boolean

Whether MicroStream module is enabled. Default Value: true

+
🔗 - +@@ -422,6 +348,80 @@

Micronaut Microstream Config P

Table 7. Configuration Properties for DefaultDynamoDBStorageConfigurationProviderTable 5. Configuration Properties for DefaultDynamoDBStorageConfigurationProvider
+🔗 + + +++++ + + + + + + + + + + + + + + + + + + + + + + + + +
Table 6. Configuration Properties for DefaultS3StorageConfigurationProvider
PropertyTypeDescription

microstream.s3.storage.*.root-class

java.lang.Class

Class of the Root Instance. + <a href="https://docs.microstream.one/manual/storage/root-instances.html">Root Instances</a>

microstream.s3.storage.*.s3-client-name

java.lang.String

The name qualifier of the defined S3Client 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.

microstream.s3.storage.*.bucket-name

java.lang.String

Name of the bucket to use.

+
+🔗 + + +++++ + + + + + + + + + + + + + + + + + + + + + + + + +
Table 7. Configuration Properties for DefaultPostgresStorageConfigurationProvider
PropertyTypeDescription

microstream.postgres.storage.*.root-class

java.lang.Class

Class of the Root Instance. + <a href="https://docs.microstream.one/manual/storage/root-instances.html">Root Instances</a>

microstream.postgres.storage.*.datasource-name

java.lang.String

The name qualifier of the defined postgres DataSource to use. + If unset, a datasource 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 datasource will be used.

microstream.postgres.storage.*.table-name

java.lang.String

Name of the table to use.

+

Micronaut Microstream Rest Config Properties