UpdateJobParameters 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.
The parameters that can be used to update existing Data Lake Analytics job information properties. (Only for use internally with Scope job type.)
public class UpdateJobParameters
type UpdateJobParameters = class
Public Class UpdateJobParameters
- Inheritance
-
UpdateJobParameters
Constructors
UpdateJobParameters() |
Initializes a new instance of the UpdateJobParameters class. |
UpdateJobParameters(Nullable<Int32>, Nullable<Double>, Nullable<Int32>, IDictionary<String,String>) |
Initializes a new instance of the UpdateJobParameters class. |
Properties
DegreeOfParallelism |
Gets or sets the degree of parallelism used for this job. |
DegreeOfParallelismPercent |
Gets or sets the degree of parallelism in percentage used for this job. |
Priority |
Gets or sets the priority value for the current job. Lower numbers have a higher priority. By default, a job has a priority of 1000. This must be greater than 0. |
Tags |
Gets or sets the key-value pairs used to add additional metadata to the job information. |
Applies to
Azure SDK for .NET