Class CreateJobProperties
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.CreateJobProperties
- Direct Known Subclasses:
CreateScopeJobProperties
,CreateUSqlJobProperties
The common Data Lake Analytics job properties for job submission.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.script()
Get the script to run.withRuntimeVersion
(String runtimeVersion) Set the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.withScript
(String script) Set the script to run.
-
Constructor Details
-
CreateJobProperties
public CreateJobProperties()
-
-
Method Details
-
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
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
Get the script to run. Please note that the maximum script size is 3 MB.- Returns:
- the script value
-
withScript
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.
-