Table of Contents

Namespace MongoDB.Driver.Core.Clusters

The MongoDB.Driver.Core.Clusters namespace contains classes related to clusters.

Classes

ClusterDescription

Represents information about a cluster.

ClusterDescriptionChangedEventArgs

Represents the data for the event that fires when a cluster description changes.

ClusterId

Represents a cluster identifier.

CryptClientCreator

Represents a creator for CryptClient.

ElectionId

An election id from the server.

ReplicaSetConfig

Represents the config of a replica set (as reported by one of the members of the replica set).

Interfaces

ICluster

Represents a MongoDB cluster.

IClusterClock

A cluster clock.

IClusterFactory

Represents a cluster factory.

Enums

ClusterConnectionMode

Represents the cluster connection mode.

ClusterState

Represents the state of a cluster.

ClusterType

Represents the type of a cluster.

ConnectionModeSwitch

Determine whether to use legacy ConnectionMode or DirectConnection.