java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.JobProperties
Direct Known Subclasses:
HiveJobProperties, ScopeJobProperties, USqlJobProperties

public class JobProperties extends Object
The common Data Lake Analytics job properties.
  • Constructor Details

    • JobProperties

      public JobProperties()
  • Method Details

    • runtimeVersion

      public String runtimeVersion()
      Get the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.
      Returns:
      the runtimeVersion value
    • withRuntimeVersion

      public JobProperties withRuntimeVersion(String runtimeVersion)
      Set the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.
      Parameters:
      runtimeVersion - the runtimeVersion value to set
      Returns:
      the JobProperties object itself.
    • script

      public String script()
      Get the script to run. Please note that the maximum script size is 3 MB.
      Returns:
      the script value
    • withScript

      public JobProperties withScript(String script)
      Set the script to run. Please note that the maximum script size is 3 MB.
      Parameters:
      script - the script value to set
      Returns:
      the JobProperties object itself.