java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.BaseJobParameters
Direct Known Subclasses:
BuildJobParameters, CreateJobParameters

public class BaseJobParameters extends Object
Data Lake Analytics Job Parameters base class for build and submit.
  • Constructor Details

    • BaseJobParameters

      public BaseJobParameters()
  • Method Details

    • type

      public JobType type()
      Get the job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'.
      Returns:
      the type value
    • withType

      public BaseJobParameters withType(JobType type)
      Set the job type of the current job (Hive, USql, or Scope (for internal use only)). Possible values include: 'USql', 'Hive', 'Scope'.
      Parameters:
      type - the type value to set
      Returns:
      the BaseJobParameters object itself.
    • properties

      public CreateJobProperties properties()
      Get the job specific properties.
      Returns:
      the properties value
    • withProperties

      public BaseJobParameters withProperties(CreateJobProperties properties)
      Set the job specific properties.
      Parameters:
      properties - the properties value to set
      Returns:
      the BaseJobParameters object itself.