ReadPreferencePrimary Property |
Gets an instance of ReadPreference that represents a Primary read preference.
Namespace:
MongoDB.Driver
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.18.0+554c799eb1ec8dd732f16c739387f6664df1ba7a
Syntax public static ReadPreference Primary { get; }
Public Shared ReadOnly Property Primary As ReadPreference
Get
static member Primary : ReadPreference with get
Property Value
Type:
ReadPreference
An instance of ReadPreference that represents a Primary read preference.
See Also