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 jobid

jobid: string

JOB ID of the job for which you want to download all output e.g. JOB00001

memberof

IDownloadAllSpoolContentParms

Optional jobname

jobname: string

Name of the job for which you want to download all output e.g. MYJOBNM

memberof

IDownloadAllSpoolContentParms

Optional stream

stream: Writable

Optional stream to read the spool contents

memberof

IDownloadAllSpoolContentParms

Generated using TypeDoc