# SwaggerClient::DatabaseConnectionSettings ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **maximum_administration_pool_size** | **Integer** | The maximum number of administrative connections in the connection pool. -1 means unlimited. | [optional] **maximum_pool_size** | **Integer** | The maximum number of connections in the connection pool. -1 means unlimited. | [optional] **maximum_prepared_statement_pool_size** | **Integer** | The maximum number of prepared statements in the prepared statement pool. -1 means unlimited. | [optional]