Click or drag to resize
MongoUrlBuilderReadConcernLevel Property
Gets or sets the read concern level.

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

Property Value

Type: NullableReadConcernLevel
See Also