ExportOutputSettings
Settings of output of export job.
Gets or sets a value indicating whether archive should be created.
Gets or sets the path to export destination folder.
This parameter is optional.
If it's null or empty string, default path will be used.
If it's set and TransferJobID is set, both should point to the same location otherwise settings validation error will be posted.
Gets or sets the output folder structure.
Gets or sets settings of produced load file.
Gets or sets settings of exported subdirectories. Used only for Classic folder structure.
Gets or sets ID of the job in the Transfer Service. If specified it is used as export destination.
This parameter is optional.
If it's null, new transfer job will be created and DestinationPath will be used.
If it's set and DestinationPath is set, both should point to the same location otherwise settings validation error will be posted.
Gets or sets settings of volumes. Used only for Classic folder structure.
public ExportOutputSettings()