Database Connection Configuration Options.
More...
|
| int | MaxAutoConnectRetryTime [get, set] |
| | Get or group the max autoconnect retry time(seconds)
|
| |
| int | ConnectTimeout [get, set] |
| | Get or group the connect timeout(milliseconds)
|
| |
| int | SendTimeout [get, set] |
| | Get or group the send timeout(milliseconds)
|
| |
| int | ReceiveTimeout [get, set] |
| | Get or group the receive timeout(milliseconds)
|
| |
| int | KeepIdle [get, set] |
| | Get or set keep alive idle(milliseconds)
|
| |
| int | KeepInterval [get, set] |
| | Get or set keep alive interval(milliseconds)
|
| |
| bool | UseNagle [get, set] |
| | Get or group the Nagle Algorithm.
|
| |
| bool | SocketKeepAlive [get, set] |
| |
| bool | UseSSL [get, set] |
| | Get or set whether use the SSL or not.
|
| |
Database Connection Configuration Options.
| SequoiaDB.ConfigOptions.ConnectTimeout |
|
getset |
Get or group the connect timeout(milliseconds)
| SequoiaDB.ConfigOptions.KeepIdle |
|
getset |
Get or set keep alive idle(milliseconds)
| SequoiaDB.ConfigOptions.KeepInterval |
|
getset |
Get or set keep alive interval(milliseconds)
| SequoiaDB.ConfigOptions.MaxAutoConnectRetryTime |
|
getset |
Get or group the max autoconnect retry time(seconds)
| SequoiaDB.ConfigOptions.ReceiveTimeout |
|
getset |
Get or group the receive timeout(milliseconds)
| SequoiaDB.ConfigOptions.SendTimeout |
|
getset |
Get or group the send timeout(milliseconds)
| bool SequoiaDB.ConfigOptions.SocketKeepAlive |
|
getset |
| SequoiaDB.ConfigOptions.UseNagle |
|
getset |
Get or group the Nagle Algorithm.
| SequoiaDB.ConfigOptions.UseSSL |
|
getset |
Get or set whether use the SSL or not.
- Author
- David Li
- Since
- 1.12
The documentation for this class was generated from the following file: