Class MongoClientSettings
class MongoClientSettings
;
Fields
Name | Type | Description |
---|---|---|
authMechanism
|
MongoAuthMechanism | |
connectTimeoutMS
|
long | |
database
|
string | |
defQueryFlags
|
QueryFlags | |
digest
|
string | |
fsync
|
bool | |
hosts
|
MongoHost[] | |
journal
|
bool | |
maxConnections
|
uint | |
replicaSet
|
string | |
safe
|
bool | |
socketTimeoutMS
|
long | |
ssl
|
bool | |
sslCAFile
|
string | |
sslPEMKeyFile
|
string | |
sslverifycertificate
|
bool | |
username
|
string | |
w
|
Bson | |
wTimeoutMS
|
long |
Methods
Name | Description |
---|---|
makeDigest
(username, password)
|