Represents the type of a cluster.
Namespace:
MongoDB.Driver.Core.Clusters
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax Public Enumeration ClusterType
Members
| 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.
|
| LoadBalanced | 4 |
The cluster is in a load balanced mode.
|
See Also