Click or drag to resize

ClusterConnectionMode Enumeration

Note: This API is now obsolete.

Represents the cluster connection mode.

Namespace:  MongoDB.Driver.Core.Clusters
Assembly:  MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.14.0+2b37a1fe1cbdbe1a020b52b77f1197b6d77575e7
Syntax
[ObsoleteAttribute("Use DirectConnection instead.")]
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