ENUM

MongoNodeType

Description

Represents the type of the MongoDB node.

link GraphQL Schema definition

  • enum MongoNodeType {
  • # Config server node.
  • CONFIG_SERVER
  • # Mongos router node.
  • MONGOS
  • # Unknown or unspecified node type.
  • NODE_TYPE_UNSPECIFIED
  • # Replica set member node.
  • REPLICA_SET
  • }