INPUT_OBJECT

FilesetRestoreFilesJobConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input FilesetRestoreFilesJobConfigInput {
  • # Supported in v5.0+
  • # Optional field to determine if we should ignore single error during restore.
  • # Default value is false.
  • ignoreErrors: Boolean
  • # Supported in v8.1+
  • # Optional field which excludes the paths specified during recovery.
  • excludePaths: [String!]
  • # Supported in v8.1+
  • # Optional field that specifies whether to recreate directory structure when using
  • # the 'Restore to separate folder' option in the UI.
  • shouldRecreateDirectoryStructure: Boolean
  • # Required. Supported in v5.0+
  • # v5.0-v5.3: Absolute file path and restore path if not restored back to itself
  • # v6.0+: Absolute file path.. and restore path if not restored back to itself.
  • restoreConfig: [FilesetRestorePathPairInput!]!
  • }