Class MongoDatabaseSettings
The settings used to access a database.
- Inheritance
-
Mongo
Database Settings
- Inherited Members
Constructors
- Mongo
Database Settings() Creates a new instance of MongoDatabaseSettings.
Properties
- Is
Frozen Gets a value indicating whether the settings have been frozen to prevent further changes.
- Read
Concern Gets or sets the read concern.
- Read
Encoding Gets or sets the Read Encoding.
- Read
Preference Gets or sets the read preference.
- Serializer
Registry Gets the serializer registry.
- Write
Concern Gets or sets the WriteConcern to use.
- Write
Encoding Gets or sets the Write Encoding.
Methods
- Clone()
Creates a clone of the settings.
- Equals(object)
Compares two MongoDatabaseSettings instances.
- Freeze()
Freezes the settings.
- Frozen
Copy() Returns a frozen copy of the settings.
- Get
Hash Code() Gets the hash code.
- To
String() Returns a string representation of the settings.