Class CreateUSqlJobProperties

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CreateJobProperties
com.microsoft.azure.management.datalake.analytics.models.CreateUSqlJobProperties

public class CreateUSqlJobProperties extends CreateJobProperties
U-SQL job properties used when submitting U-SQL jobs.
  • Constructor Details

    • CreateUSqlJobProperties

      public CreateUSqlJobProperties()
  • Method Details

    • compileMode

      public CompileMode compileMode()
      Get the specific compilation mode for the job used during execution. If this is not specified during submission, the server will determine the optimal compilation mode. Possible values include: 'Semantic', 'Full', 'SingleBox'.
      Returns:
      the compileMode value
    • withCompileMode

      public CreateUSqlJobProperties withCompileMode(CompileMode compileMode)
      Set the specific compilation mode for the job used during execution. If this is not specified during submission, the server will determine the optimal compilation mode. Possible values include: 'Semantic', 'Full', 'SingleBox'.
      Parameters:
      compileMode - the compileMode value to set
      Returns:
      the CreateUSqlJobProperties object itself.