ENUM

MongoSourceType

Description

Represents the type of MongoDB deployment.

link GraphQL Schema definition

  • enum MongoSourceType {
  • # MongoDB replica set.
  • REPLICA_SET
  • # MongoDB sharded cluster.
  • SHARDED
  • }