Share via


JobsListOutputFilesOptions Class

Definition

Additional parameters for ListOutputFiles operation.

public class JobsListOutputFilesOptions
type JobsListOutputFilesOptions = class
Public Class JobsListOutputFilesOptions
Inheritance
JobsListOutputFilesOptions

Constructors

JobsListOutputFilesOptions()

Initializes a new instance of the JobsListOutputFilesOptions class.

JobsListOutputFilesOptions(String, String, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the JobsListOutputFilesOptions class.

Properties

Directory

Gets or sets the path to the directory.

Linkexpiryinminutes

Gets or sets the number of minutes after which the download link will expire.

MaxResults

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

Outputdirectoryid

Gets or sets id of the job output directory. This is the OutputDirectory--&gt;id parameter that is given by the user during Create Job.

Methods

Validate()

Validate the object.

Applies to