Click or drag to resize

ClusterConnectionMode Enumeration

Represents the cluster connection mode.

Namespace:  MongoDB.Driver.Core.Clusters
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntax
public enum ClusterConnectionMode
Members
  Member nameValueDescription
Automatic0 Determine the cluster type automatically.
Direct1 Connect directly to a single server of any type.
Standalone2 Connect directly to a Standalone server.
ReplicaSet3 Connect to a replica set.
Sharded4 Connect to one or more shard routers.
See Also