Property | Type | Description | |
---|---|---|---|
AnyWriteConcernSettingsAreSet | bool | ||
GetServersString | string | ||
IsIntegerType | bool | ||
ParseReplicaSetTagSets | IEnumerable |
||
ParseServersString | IEnumerable |
||
ResetValues | void | ||
ToServerSettings | |||
ToTimeSpan | System.TimeSpan |
Method | Description | |
---|---|---|
Clear ( ) : void |
Clears all settings to their default values.
|
|
ContainsKey ( string keyword ) : bool |
Tests whether a keyword is valid.
|
|
GetWriteConcern ( bool enabledDefault ) : WriteConcern |
Returns a WriteConcern value based on this instance's settings and a default enabled value.
|
|
MongoConnectionStringBuilder ( ) : System |
Creates a new instance of MongoConnectionStringBuilder.
|
|
MongoConnectionStringBuilder ( string connectionString ) : System |
Creates a new instance of MongoConnectionStringBuilder.
|
|
this ( string keyword ) : object |
Gets or sets individual settings by keyword.
|
Method | Description | |
---|---|---|
AnyWriteConcernSettingsAreSet ( ) : bool | ||
GetServersString ( IEnumerable |
||
IsIntegerType ( object value ) : bool | ||
ParseReplicaSetTagSets ( string value ) : IEnumerable |
||
ParseServersString ( string value ) : IEnumerable |
||
ResetValues ( ) : void | ||
ToServerSettings ( ) : |
||
ToTimeSpan ( string keyword, object value ) : System.TimeSpan |
public ContainsKey ( string keyword ) : bool | ||
keyword | string | The keyword. |
return | bool |
public GetWriteConcern ( bool enabledDefault ) : WriteConcern | ||
enabledDefault | bool | The default enabled value. |
return | WriteConcern |
public MongoConnectionStringBuilder ( ) : System | ||
return | System |
public MongoConnectionStringBuilder ( string connectionString ) : System | ||
connectionString | string | The initial settings. |
return | System |
public this ( string keyword ) : object | ||
keyword | string | The keyword. |
return | object |