Click or drag to resize
ReadConcernLevel Enumeration
The leve of the read concern.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax
public enum ReadConcernLevel
Members
  Member nameValueDescription
Local0 Reads data committed locally.
Majority1 Reads data committed to a majority of nodes.
See Also