Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 841 Bytes

ConnectionPool.md

File metadata and controls

15 lines (11 loc) · 841 Bytes

Org.OpenAPITools.Model.ConnectionPool

Managed Database connection pool information.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]