From 16fb600dfa624a3f64bc7b4073604a57004bab7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Sat, 25 Jan 2025 02:40:24 +0000 Subject: [PATCH] Deploying to gh-pages - 02:40:24 --- snapshot/guide/configurationreference.html | 200 ++++++++++----------- 1 file changed, 100 insertions(+), 100 deletions(-) diff --git a/snapshot/guide/configurationreference.html b/snapshot/guide/configurationreference.html index 5d77cce2..58257bc3 100644 --- a/snapshot/guide/configurationreference.html +++ b/snapshot/guide/configurationreference.html @@ -142,9 +142,107 @@

Micronaut Microstream Ca

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.

+
🔗 - +@@ -289,7 +387,7 @@

Micronaut Microstream Config P
🔗

Table 3. Configuration Properties for DefaultEmbeddedStorageConfigurationProviderTable 6. Configuration Properties for DefaultEmbeddedStorageConfigurationProvider
- +@@ -324,104 +422,6 @@

Micronaut Microstream Config P

Table 4. Configuration Properties for DefaultDynamoDBStorageConfigurationProviderTable 7. Configuration Properties for DefaultDynamoDBStorageConfigurationProvider
-🔗 - - ----- - - - - - - - - - - - - - - -
Table 5. Configuration Properties for MicroStreamConfigurationProperties
PropertyTypeDescription

microstream.enabled

boolean

Whether MicroStream module is enabled. Default Value: true

-
-🔗 - - ----- - - - - - - - - - - - - - - - - - - - - - - - - -
Table 6. 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 7. 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.

-

Micronaut Microstream Rest Config Properties