Class UpdateJobParameters
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.UpdateJobParameters
The parameters that can be used to update existing Data Lake Analytics job
information properties. (Only for use internally with Scope job type.).
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the degree of parallelism used for this job.priority()
Get the priority value for the current job.tags()
Get the key-value pairs used to add additional metadata to the job information.withDegreeOfParallelism
(Integer degreeOfParallelism) Set the degree of parallelism used for this job.withPriority
(Integer priority) Set the priority value for the current job.Set the key-value pairs used to add additional metadata to the job information.
-
Constructor Details
-
UpdateJobParameters
public UpdateJobParameters()
-
-
Method Details
-
degreeOfParallelism
Get the degree of parallelism used for this job. This must be greater than 0, if set to less than 0 it will default to 1.- Returns:
- the degreeOfParallelism value
-
withDegreeOfParallelism
Set the degree of parallelism used for this job. This must be greater than 0, if set to less than 0 it will default to 1.- Parameters:
degreeOfParallelism
- the degreeOfParallelism value to set- Returns:
- the UpdateJobParameters object itself.
-
priority
Get 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.- Returns:
- the priority value
-
withPriority
Set 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.- Parameters:
priority
- the priority value to set- Returns:
- the UpdateJobParameters object itself.
-
tags
Get the key-value pairs used to add additional metadata to the job information.- Returns:
- the tags value
-
withTags
Set the key-value pairs used to add additional metadata to the job information.- Parameters:
tags
- the tags value to set- Returns:
- the UpdateJobParameters object itself.
-