Configuration Reference
Version:4.14.0
Micronaut Data Azure Cosmos Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
java.lang.String |
Sets the database name. |
|
|
Sets the update policy for the database to be used during startup. |
||
|
java.util.List |
the list of package names to filter entities during init database and containers |
|
|
boolean |
Sets the indicator telling whether query metrics will be enabled for Azure Cosmos Db query requests. |
|
|
boolean |
Sets an indicator telling whether non-streaming order by is by default disabled. |
Property | Type | Description | Default value |
---|---|---|---|
|
java.lang.String |
Sets the container name. |
|
|
java.lang.String |
Sets the container partition key path. |
Property | Type | Description | Default value |
---|---|---|---|
|
java.lang.Integer |
Sets the request units. |
|
|
boolean |
Sets the auto scaled indicator for throughput. |
Property | Type | Description | Default value |
---|---|---|---|
|
java.lang.Integer |
Sets the request units. |
|
|
boolean |
Sets the auto scaled indicator for throughput. |
Micronaut Data Jdbc Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
Sets the schema generation strategy. |
||
|
boolean |
Whether to generate tables in batch. |
|
|
java.util.List |
Sets the packages to include use for the purposes of schema generation. |
|
|
Sets the dialect. |
||
|
boolean |
If true, {@link javax.sql.DataSource#getConnection()} will be used in try-resource block for the operation. |
|
|
java.lang.String |
The schema name that should be used for generating |
|
|
java.util.List |
The schema names that should be used for generating |
|
|
boolean |
Sets an indicator telling whether data source is enabled. |
|
|
boolean |
Fail on multiple results for findOne. |
Micronaut Data Mongodb Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Create MongoDB collection at app initialization. |
|
|
boolean |
Ignore any JsonView annotations on the properties of mapped entity during encode and decode operations. |
|
|
Choose the appropriate driver type when both are on classpath. |
Micronaut Data R2dbc Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
Sets the schema generation strategy. |
||
|
boolean |
Whether to generate tables in batch. |
|
|
java.util.List |
Sets the packages to include use for the purposes of schema generation. |
|
|
Sets the dialect. |
||
|
java.lang.String |
The schema name that should be used for generating |
|
|
java.util.List |
The schema names that should be used for generating |
Micronaut Data Runtime Config Properties
🔗Property | Type | Description | Default value |
---|---|---|---|
|
Sets the multi-tenancy mode. |
Property | Type | Description | Default value |
---|---|---|---|
|
boolean |
Whether sort ignores case. |
|
|
java.lang.String |
The delimiter to use to calculate sort order. Defaults to {@code ,}. |
|
|
int |
Sets the maximum page size when binding Pageable objects. |
|
|
int |
Sets the default page size when binding Pageable objects and no size parameter is used. Should be smaller or equal than {@link #maxPageSize}. |
|
|
java.lang.String |
The default sort parameter name |
|
|
java.lang.String |
The default size parameter name |
|
|
java.lang.String |
The default page parameter name |