| ClusterType Enumeration |
Namespace: MongoDB.Driver.Core.Clusters
| Member name | Value | Description | |
|---|---|---|---|
| Unknown | 0 | The type of the cluster is unknown. | |
| Standalone | 1 | The cluster is a standalone cluster. | |
| ReplicaSet | 2 | The cluster is a replica set. | |
| Sharded | 3 | The cluster is a sharded cluster. |