ENUM

MongoSourceStatus

Description

Represents the state of the MongoDB source.

link GraphQL Schema definition

  • enum MongoSourceStatus {
  • # Add Source Failed state.
  • ADD_SOURCE_FAILED
  • # Add Source in Progress state.
  • ADD_SOURCE_IN_PROGRESS
  • # Add Source Successful state.
  • ADD_SOURCE_SUCCESSFUL
  • # Unsupported.
  • _UNSUPPORTED
  • }