Package | Description |
---|---|
com.microsoft.azure.management.datalake.analytics.models |
This package contains the models classes for DataLakeAnalyticsCatalogManagementClient.
|
Modifier and Type | Class and Description |
---|---|
class |
HiveJobProperties
Hive job properties used when retrieving Hive jobs.
|
class |
ScopeJobProperties
Scope job properties used when submitting and retrieving Scope jobs.
|
class |
USqlJobProperties
U-SQL job properties used when retrieving U-SQL jobs.
|
Modifier and Type | Method and Description |
---|---|
JobProperties |
JobInformation.properties()
Get the job specific properties.
|
JobProperties |
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 |
JobProperties.withScript(String script)
Set the script to run.
|
Modifier and Type | Method and Description |
---|---|
JobInformation |
JobInformation.withProperties(JobProperties properties)
Set the job specific properties.
|
Copyright © 2019. All rights reserved.