Uses of Class
com.azure.resourcemanager.datafactory.models.DataLakeAnalyticsUsqlActivity
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of DataLakeAnalyticsUsqlActivity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionDataLakeAnalyticsUsqlActivity.withCompilationMode
(Object compilationMode) Set the compilationMode property: Compilation mode of U-SQL.DataLakeAnalyticsUsqlActivity.withDegreeOfParallelism
(Object degreeOfParallelism) Set the degreeOfParallelism property: The maximum number of nodes simultaneously used to run the job.DataLakeAnalyticsUsqlActivity.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.DataLakeAnalyticsUsqlActivity.withDescription
(String description) Set the description property: Activity description.DataLakeAnalyticsUsqlActivity.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.DataLakeAnalyticsUsqlActivity.withParameters
(Map<String, Object> parameters) Set the parameters property: Parameters for U-SQL job request.DataLakeAnalyticsUsqlActivity.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.DataLakeAnalyticsUsqlActivity.withPriority
(Object priority) Set the priority property: Determines which jobs out of all that are queued should be selected to run first.DataLakeAnalyticsUsqlActivity.withRuntimeVersion
(Object runtimeVersion) Set the runtimeVersion property: Runtime version of the U-SQL engine to use.DataLakeAnalyticsUsqlActivity.withScriptLinkedService
(LinkedServiceReference scriptLinkedService) Set the scriptLinkedService property: Script linked service reference.DataLakeAnalyticsUsqlActivity.withScriptPath
(Object scriptPath) Set the scriptPath property: Case-sensitive path to folder that contains the U-SQL script.DataLakeAnalyticsUsqlActivity.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.