Click or drag to resize

ConnectionMode Enumeration

Server connection mode.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntax
[SerializableAttribute]
public enum ConnectionMode
Members
  Member nameValueDescription
Automatic0 Automatically determine how to connect.
Direct1 Connect directly to a server.
ReplicaSet2 Connect to a replica set.
ShardRouter3 Connect to one or more shard routers.
Standalone4 Connect to a standalone server.
See Also