Table of Contents

Enum ClusterType

Namespace
MongoDB.Driver.Core.Clusters
Assembly
MongoDB.Driver.Core.dll

Represents the type of a cluster.

public enum ClusterType

Fields

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.