UpdateJobParameters Class

The parameters that can be used to update existing Data Lake Analytics job information properties. (Only for use internally with Scope job type.).

Inheritance
UpdateJobParameters

Constructor

UpdateJobParameters(*, degree_of_parallelism: Optional[int] = None, priority: Optional[int] = None, tags=None, **kwargs)

Parameters

degree_of_parallelism
int
Required

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.

priority
int
Required

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
dict[str, str]
Required

The key-value pairs used to add additional metadata to the job information.