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