Managed Database connection pool information.
Name | Type | Description | Notes |
---|---|---|---|
Name | string | The name of the connection pool. | [optional] |
Database | string | The logical database associated with the connection pool. | [optional] |
Username | string | The database user associated with the connection pool. | [optional] |
Mode | string | The mode for the connection pool. * `session` * `transaction` * `statement` | [optional] |
Size | int | The size of the connection pool. | [optional] |