Uses of Class
com.microsoft.azure.management.datalake.analytics.models.JobProperties
Package
Description
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
-
Uses of JobProperties in com.microsoft.azure.management.datalake.analytics.models
Modifier and TypeClassDescriptionclass
Hive job properties used when retrieving Hive jobs.class
Scope job properties used when submitting and retrieving Scope jobs.class
U-SQL job properties used when retrieving U-SQL jobs.Modifier and TypeMethodDescriptionJobInformation.properties()
Get the job specific properties.JobProperties.withRuntimeVersion
(String runtimeVersion) Set the runtime version of the Data Lake Analytics engine to use for the specific type of job being run.JobProperties.withScript
(String script) Set the script to run.Modifier and TypeMethodDescriptionJobInformation.withProperties
(JobProperties properties) Set the job specific properties.