JobsListOutputFilesOptions Class

Parameter group.

All required parameters must be populated in order to send to Azure.

Inheritance
JobsListOutputFilesOptions

Constructor

JobsListOutputFilesOptions(*, outputdirectoryid: str, directory: Optional[str] = '.', linkexpiryinminutes: Optional[int] = 60, max_results: Optional[int] = 1000, **kwargs)

Parameters

outputdirectoryid
str
Required

Required. Id of the job output directory. This is the OutputDirectory–>id parameter that is given by the user during Create Job.

directory
str
Required

The path to the directory.

linkexpiryinminutes
int
Required

The number of minutes after which the download link will expire.

max_results
int
Required

The maximum number of items to return in the response. A maximum of 1000 files can be returned.