INPUT_OBJECT

RecoverMongoSourceInput

Description

Input for recovering MongoDB databases and collections.

link GraphQL Schema definition

  • input RecoverMongoSourceInput {
  • # Required. The MongoDB recovery request object containing the collection objects
  • # to be recovered from source to the target MongoDB cluster.
  • input: MongoRecoveryRequestConfigInput!
  • }

link Require by