Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 753 Bytes

File metadata and controls

14 lines (10 loc) · 753 Bytes

Org.OpenAPITools.Model.CreateConnectionPoolRequest

Properties

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

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