ENUM

MongoDiscoveryStatus

Description

Represents the state of discovery of the MongoDB source.

link GraphQL Schema definition

  • enum MongoDiscoveryStatus {
  • # Invalid discovery status of the MongoDB source.
  • INVALID_DISCOVERY_STATUS
  • # No discovery job for the MongoDB source is running.
  • NO_DISCOVERY_IN_PROGRESS
  • # On demand discovery job is running for the MongoDB source.
  • ON_DEMAND_DISCOVERY_IN_PROGRESS
  • # Scheduled dicovery job is running for the MongoDB source.
  • SCHEDULED_DISCOVERY_IN_PROGRESS
  • }