Configuration Reference
Version:5.0.0-SNAPSHOT
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. |
|
|
java.lang.Integer |
Sets the default fetch size for the JDBC driver. The fetch size is a hint to the JDBC driver as to the number of rows that should be fetched from the database when more rows are needed. If set to null, the JDBC driver’s default fetch size will be used. Used in streaming operations. |
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 |
|
|
java.lang.Integer |
Sets the default fetch size for the JDBC driver. The fetch size is a hint to the JDBC driver as to the number of rows that should be fetched from the database when more rows are needed. If set to null, the JDBC driver’s default fetch size will be used. Used in streaming operations. |
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 |