JobsListOutputFilesOptions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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-->id parameter that is given by the user during Create Job. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET