MongoDB.Driver.Core.Clusters.ServerSelectors Namespace (original) (raw)
The MongoDB.Driver.Core.Clusters.ServerSelectors namespace contains classes related to server selectors.
| | Class | Description | |
| ------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ |
| | CompositeServerSelector | Represents a selector that selects servers based on multiple partial selectors |
|
| DelegateServerSelector | Represents a server selector that wraps a delegate. |
|
| EndPointServerSelector | Represents a selector that selects servers based on an end point. |
|
| LatencyLimitingServerSelector | Represents a selector that selects servers within an acceptable latency range. |
|
| RandomServerSelector | Represents a selector that selects a random server. |
|
| ReadPreferenceServerSelector | Represents a selector that selects servers based on a read preference. |
|
| WritableServerSelector | Represents a server selector that selects writable servers. |