Click or drag to resize

MongoCollectionSettings Properties

The MongoCollectionSettings type exposes the following members.

Properties
  NameDescription
Public propertyAssignIdOnInsert
Gets or sets a value indicating whether the driver should assign Id values when missing.
Public propertyGuidRepresentation
Gets or sets the representation used for Guids.
Public propertyIsFrozen
Gets a value indicating whether the settings have been frozen to prevent further changes.
Public propertyReadConcern
Gets or sets the read concern.
Public propertyReadEncoding
Gets or sets the Read Encoding.
Public propertyReadPreference
Gets or sets the read preference to use.
Public propertySerializerRegistry
Gets the serializer registry.
Public propertyWriteConcern
Gets or sets the WriteConcern to use.
Public propertyWriteEncoding
Gets or sets the Write Encoding.
Top
See Also