Click or drag to resize

MongoServerInstanceType Enumeration

Represents an instance of a MongoDB server host (in the case of a replica set a MongoServer uses multiple MongoServerInstances).

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.12.2+a4a3888f4fb51bb518b1eb5002effc2d47f2ea6a
Syntax
public enum MongoServerInstanceType
Members
  Member nameValueDescription
Unknown0 The server instance type is unknown. This is the default.
StandAlone1 The server is a standalone instance.
ReplicaSetMember2 The server is a replica set member.
ShardRouter3 The server is a shard router (mongos).
See Also