INPUT_OBJECT
FilesetExportFilesJobConfigInput
Description
Supported in v5.0+
link GraphQL Schema definition
- input FilesetExportFilesJobConfigInput {
- # Supported in v5.0+
- # Host ID.
- String :
- # Supported in v5.0+
- # Optional Boolean value that determines whether or not to ignore errors during an
- # export. By default, this value is set to False. Set this value to True to ignore
- # errors.
- Boolean :
- # Supported in v5.0+
- # Network share ID.
- String :
- # Supported in v8.1+
- # Optional field which excludes the paths specified during recovery.
- String!] : [
- # Supported in v8.1+
- # Optional field that specifies whether to recreate directory structure when using
- # the 'Export to host' option in the UI.
- Boolean :
- # Required. Supported in v5.0+
- # Pairs of source path and destination path.
- FilesetExportPathPairInput!]! : [
- }