MongoServerInstanceType Enumeration |
Namespace: MongoDB.Driver
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | The server instance type is unknown. This is the default. | |
StandAlone | 1 | The server is a standalone instance. | |
ReplicaSetMember | 2 | The server is a replica set member. | |
ShardRouter | 3 | The server is a shard router (mongos). |
Copyright © 2010–present MongoDB Inc.