Configuration data for communicating with a data source.

Name

Type

Details

url

Set the URL to use for accessing the datasource.

schema

Set the schema to use for accessing the datasource.

user

Set the user to use for accessing the datasource for CRUD operations.

adminUser

Set the user to use for accessing the datasource for DDL operations.

maxPoolSize

int

Set the maximum number of concurrent connections that should be made to this datasource.

minPoolSize

int

Set the minimum number of concurrent connections that should be made to this datasource.