Configuration Reference
Version:3.10.0
Data Azure Cosmos Config Properties
🔗Property | Type | Description |
---|---|---|
|
java.lang.String |
Sets the container name. |
|
java.lang.String |
Sets the container partition key path. |
|
Sets the container throughput settings. |
Property | Type | Description |
---|---|---|
|
java.lang.String |
Sets the database name. |
|
Sets the update policy for the database to be used during startup. |
|
|
java.util.List |
the package names to be considered during init |
|
boolean |
Sets the indicator telling whether query metrics will be enabled for Azure Cosmos Db query requests. |
Property | Type | Description |
---|---|---|
|
java.lang.Integer |
Sets the request units. |
|
boolean |
Sets the auto scaled indicator for throughput. |
Property | Type | Description |
---|---|---|
|
java.lang.Integer |
Sets the request units. |
|
boolean |
Sets the auto scaled indicator for throughput. |
Data Jdbc Config Properties
🔗Property | Type | Description |
---|---|---|
|
Sets the schema generation strategy. |
|
|
boolean |
Whether to generate tables in batch. |
|
Sets the dialect. |
|
|
java.util.List |
Sets the packages to include use for the purposes of schema generation. |
|
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 |
The property |
|
boolean |
The property |
Data Mongodb Config Properties
🔗Property | Type | Description |
---|---|---|
|
boolean |
|
|
||
|
boolean |
Data R2dbc Config Properties
🔗Property | Type | Description |
---|---|---|
|
Sets the schema generation strategy. |
|
|
boolean |
Whether to generate tables in batch. |
|
Sets the dialect. |
|
|
java.util.List |
Sets the packages to include use for the purposes of schema generation. |
|
java.lang.String |
The schema name that should be used for generating |
|
java.util.List |
The schema names that should be used for generating |
Data Runtime Config Properties
🔗Property | Type | Description |
---|---|---|
|
int |
Sets the maximum page size when binding Pageable objects. |
|
java.lang.Integer |
Sets the default page size when binding Pageable objects and no size parameter is used. Should be smaller or equal than {@link #maxPageSize}. |
|
boolean |
Whether sort ignores case |
|
java.lang.String |
The default sort parameter name |
|
java.lang.String |
The default size parameter name |
|
java.lang.String |
Sets the default page parameter name |
|
java.util.regex.Pattern |
The delimiter to use to calculate sort order. Defaults to {@code ,}. |
Property | Type | Description |
---|---|---|
|
Sets the multi-tenancy mode. |