Class CreateUSqlJobProperties
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CreateJobProperties
com.microsoft.azure.management.datalake.analytics.models.CreateUSqlJobProperties
U-SQL job properties used when submitting U-SQL jobs.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the specific compilation mode for the job used during execution.withCompileMode
(CompileMode compileMode) Set the specific compilation mode for the job used during execution.Methods inherited from class com.microsoft.azure.management.datalake.analytics.models.CreateJobProperties
runtimeVersion, script, withRuntimeVersion, withScript
-
Constructor Details
-
CreateUSqlJobProperties
public CreateUSqlJobProperties()
-
-
Method Details
-
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
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.
-