Méthode | Description | |
---|---|---|
Clone ( ) : |
Creates a clone of the settings.
|
|
Equals ( object obj ) : bool |
Compares two MongoClientSettings instances.
|
|
Freeze ( ) : |
Freezes the settings.
|
|
FromConnectionStringBuilder ( |
Gets a MongoClientSettings object intialized with values from a connection string builder.
|
|
FromUrl ( MongoDB.Driver.MongoUrl url ) : |
Gets a MongoClientSettings object intialized with values from a MongoURL.
|
|
FrozenCopy ( ) : |
Returns a frozen copy of the settings.
|
|
GetHashCode ( ) : int |
Gets the hash code.
|
|
MongoClientSettings ( ) : System |
Creates a new instance of MongoClientSettings. Usually you would use a connection string instead.
|
|
ToString ( ) : string |
Returns a string representation of the settings.
|
public Equals ( object obj ) : bool | ||
obj | object | The other instance. |
Résultat | bool |
public static FromConnectionStringBuilder ( |
||
builder | The connection string builder. | |
Résultat |
public static FromUrl ( MongoDB.Driver.MongoUrl url ) : |
||
url | MongoDB.Driver.MongoUrl | The MongoURL. |
Résultat |
public FrozenCopy ( ) : |
||
Résultat |