java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CreateJobProperties
Direct Known Subclasses:
CreateScopeJobProperties, CreateUSqlJobProperties

public class CreateJobProperties extends Object
The common Data Lake Analytics job properties for job submission.
  • Constructor Details

    • CreateJobProperties

      public CreateJobProperties()
  • 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 CreateJobProperties 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 CreateJobProperties 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 CreateJobProperties 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 CreateJobProperties object itself.