Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JobsListOutputFilesOptions

Package version

interface

An interface representing JobsListOutputFilesOptions. Additional parameters for listOutputFiles operation.

Hierarchy

  • JobsListOutputFilesOptions

Index

Properties

Optional directory

directory: undefined | string
member

{string} [directory] The path to the directory. Default value: '.' .

Optional linkexpiryinminutes

linkexpiryinminutes: undefined | number
member

{number} [linkexpiryinminutes] The number of minutes after which the download link will expire. Default value: 60 .

Optional maxResults

maxResults: undefined | number
member

{number} [maxResults] The maximum number of items to return in the response. A maximum of 1000 files can be returned. Default value: 1000 .

outputdirectoryid

outputdirectoryid: string
member

{string} outputdirectoryid Id of the job output directory. This is the OutputDirectory-->id parameter that is given by the user during Create Job.

Generated using TypeDoc