Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IDownloadSpoolContentParms

Interface for downloading single spool file with DownloadJobs API

export
interface

IDownloadAllSpoolContentParms

Hierarchy

  • IDownloadSpoolContentParms

Index

Properties

Optional jobFile

jobFile: IJobFile

Job file document for job output we want to download

memberof

IDownloadSpoolContentParms

Optional omitJobidDirectory

omitJobidDirectory: boolean

If you specify false or do not specify this field, a directory with the jobid of the job as the name will automatically be appended to the outDir. If you specify true, no directory will be appended to your outDir.

memberof

IDownloadSpoolContentParms

Optional outDir

outDir: string

The directory to which you would like to download the output Default value: DownloadJobs.DEFAULT_JOBS_OUTPUT_DIR

memberof

IDownloadSpoolContentParms

Generated using TypeDoc