Click or drag to resize

ConnectionMode Enumeration

Server connection mode.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
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