ImmutableGridFSBucketOptionsReadConcern Property |
Gets the read concern.
Namespace: MongoDB.Driver.GridFSAssembly: MongoDB.Driver.GridFS (in MongoDB.Driver.GridFS.dll) Version: 2.3.0
Syntax public ReadConcern ReadConcern { get; }
Public ReadOnly Property ReadConcern As ReadConcern
Get
member ReadConcern : ReadConcern with get
Property Value
Type:
ReadConcern
The read concern.
See Also