SequoiaDB
 All Classes Namespaces Functions Variables Enumerations Properties Pages
Properties | List of all members
SequoiaDB.ConfigOptions Class Reference

Database Connection Configuration Options. More...

Properties

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]
 Get or set whether use the keep alive or not, default to be open, and the time is 15s, the interval is 3s.
 
bool UseSSL [get, set]
 Get or set whether use the SSL or not.
 

Detailed Description

Database Connection Configuration Options.

Property Documentation

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: