Click or drag to resize
MongoUrl.ReadConcernLevel Property
Gets the read concern level.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.2.0
Syntax
public Nullable<ReadConcernLevel> ReadConcernLevel { get; }

Property Value

Type: Nullable<ReadConcernLevel>
See Also