INPUT_OBJECT

RestoreMssqlDbJobConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input RestoreMssqlDbJobConfigInput {
  • # Supported in v5.0+
  • # A Boolean value that determines the recovery option to use during database
  • # restore. When this value is 'true', the database is restored using the RECOVERY
  • # option and is fully functional at the end of the restore operation. When this
  • # value is 'false', the database is restored using the NORECOVERY option and
  • # remains in recovering mode at the end of the restore operation.
  • finishRecovery: Boolean
  • # Supported in v5.0+
  • # Maximum number of parallel data streams that can be used to copy data to the
  • # target system.
  • maxDataStreams: Int
  • # Required. Supported in v5.0+
  • recoveryPoint: MssqlRecoveryPointInput!
  • }