INPUT_OBJECT
FilesetRestoreFilesJobConfigInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input FilesetRestoreFilesJobConfigInput {
- # Supported in v8.1+
- # Optional field which excludes the paths specified during recovery.
- : [String!]
- # Supported in v5.0+
- # Optional field to determine if we should ignore single error during restore.
- # Default value is false.
- : Boolean
- # Supported in v9.4+
- # Optional script to run after restore of this fileset ends.
- : String
- # 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.
- : [FilesetRestorePathPairInput!]!
- # Supported in v8.1+
- # Optional field that specifies whether to recreate directory structure when using
- # the 'Restore to separate folder' option in the UI.
- : Boolean
- # Optional field to determine if only ACLs should be restored during the restore
- # process. The default value is false.
- : Boolean
- }