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

Namespace: MongoDB.Driver.GridFS
Assembly: MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.2.0
Syntax
public ReadConcern ReadConcern { get; set; }

Property Value

Type: ReadConcern
The read concern.
See Also