INPUT_OBJECT

RecoverMongoSourceInput

Description

Input for recovering MongoDB databases and collections.

link GraphQL Schema definition

  • input RecoverMongoSourceInput {
  • # Required. v9.0-v9.2: The MongoDB recovery request object containing the
  • # collection objects to be recovered from source to the target MongoDB cluster.
  • # v9.3+: The MongoDB recovery request object containing the database or collection
  • # objects to be recovered from the source to the target MongoDB cluster.
  • input: MongoRecoveryRequestConfigInput!
  • # Required. User note to associate with audits.
  • userNote: String
  • }

link Require by