Click or drag to resize
ReadPreference Properties

The ReadPreference type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberNearest
Gets an instance of ReadPreference that represents a Nearest read preference.
Public propertyStatic memberPrimary
Gets an instance of ReadPreference that represents a Primary read preference.
Public propertyStatic memberPrimaryPreferred
Gets an instance of ReadPreference that represents a PrimaryPreferred read preference.
Public propertyReadPreferenceMode
Gets the read preference mode.
Public propertyStatic memberSecondary
Gets an instance of ReadPreference that represents a Secondary read preference.
Public propertyStatic memberSecondaryPreferred
Gets an instance of ReadPreference that represents a SecondaryPreferred read preference.
Public propertyTagSets
Gets the tag sets.
Top
See Also