java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.UpdateJobParameters

public class UpdateJobParameters extends Object
The parameters that can be used to update existing Data Lake Analytics job information properties. (Only for use internally with Scope job type.).
  • Constructor Details

    • UpdateJobParameters

      public UpdateJobParameters()
  • Method Details

    • degreeOfParallelism

      public Integer 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

      public UpdateJobParameters withDegreeOfParallelism(Integer degreeOfParallelism)
      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

      public Integer 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

      public UpdateJobParameters withPriority(Integer priority)
      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

      public Map<String,String> tags()
      Get the key-value pairs used to add additional metadata to the job information.
      Returns:
      the tags value
    • withTags

      public UpdateJobParameters withTags(Map<String,String> tags)
      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.