INPUT_OBJECT

FilesetExportFilesJobConfigInput

Description

Supported in v5.0+

link GraphQL Schema definition

  • input FilesetExportFilesJobConfigInput {
  • # Supported in v5.0+
  • # Host ID.
  • hostId: 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.
  • ignoreErrors: Boolean
  • # Supported in v5.0+
  • # Network share ID.
  • shareId: String
  • # Supported in v8.1, v9.1+
  • # v8.1: Optional field that specifies whether to recreate directory structure when
  • # using the 'Export to host' option in the UI.
  • # v9.1+: Optional field that specifies whether to recreate directory structure
  • # when using the 'Export to host' option in the UI.
  • shouldRecreateDirectoryStructure: Boolean
  • # Required. Supported in v5.0+
  • # Pairs of source path and destination path.
  • exportPathPairs: [FilesetExportPathPairInput!]!
  • }