JobsListOutputFilesOptions Class

Parameter group.

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

Inheritance
msrest.serialization.Model
JobsListOutputFilesOptions

Constructor

JobsListOutputFilesOptions(*, outputdirectoryid: str, directory: str | None = '.', linkexpiryinminutes: int | None = 60, max_results: int | None = 1000, **kwargs)

Parameters

Name Description
outputdirectoryid
Required
str

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

directory
Required
str

The path to the directory.

linkexpiryinminutes
Required
int

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

max_results
Required
int

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

Keyword-Only Parameters

Name Description
outputdirectoryid
Required
directory
Default value: .
linkexpiryinminutes
Default value: 60
max_results
Default value: 1000