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