Table of Contents

Interface IMayUseSecondaryCriteria

Namespace
MongoDB.Driver.Core.Bindings
Assembly
MongoDB.Driver.Core.dll

Represents the criteria for using a secondary for operations that may use a secondary.

[Obsolete("This interface will be made internal in a later release.")]
public interface IMayUseSecondaryCriteria

Properties

EffectiveReadPreference

The effective read preference (initially the same as ReadPreference but possibly altered by the server selector).

ReadPreference

The read preference.

Methods

CanUseSecondary(ServerDescription)

Whether a particular secondary can be used.