Click or drag to resize
ImmutableGridFSBucketOptionsReadConcern Property
Gets 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; }

Property Value

Type: ReadConcern
The read concern.
See Also