Class DataLakeAnalyticsUsqlActivity
java.lang.Object
com.azure.resourcemanager.datafactory.models.Activity
com.azure.resourcemanager.datafactory.models.ExecutionActivity
com.azure.resourcemanager.datafactory.models.DataLakeAnalyticsUsqlActivity
Data Lake Analytics U-SQL activity.
-
Constructor Summary
ConstructorDescriptionCreates an instance of DataLakeAnalyticsUsqlActivity class. -
Method Summary
Modifier and TypeMethodDescriptionGet the compilationMode property: Compilation mode of U-SQL.Get the degreeOfParallelism property: The maximum number of nodes simultaneously used to run the job.Get the parameters property: Parameters for U-SQL job request.priority()
Get the priority property: Determines which jobs out of all that are queued should be selected to run first.Get the runtimeVersion property: Runtime version of the U-SQL engine to use.Get the scriptLinkedService property: Script linked service reference.Get the scriptPath property: Case-sensitive path to folder that contains the U-SQL script.void
validate()
Validates the instance.withCompilationMode
(Object compilationMode) Set the compilationMode property: Compilation mode of U-SQL.withDegreeOfParallelism
(Object degreeOfParallelism) Set the degreeOfParallelism property: The maximum number of nodes simultaneously used to run the job.withDependsOn
(List<ActivityDependency> dependsOn) Set the dependsOn property: Activity depends on condition.withDescription
(String description) Set the description property: Activity description.withLinkedServiceName
(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.Set the name property: Activity name.withParameters
(Map<String, Object> parameters) Set the parameters property: Parameters for U-SQL job request.withPolicy
(ActivityPolicy policy) Set the policy property: Activity policy.withPriority
(Object priority) Set the priority property: Determines which jobs out of all that are queued should be selected to run first.withRuntimeVersion
(Object runtimeVersion) Set the runtimeVersion property: Runtime version of the U-SQL engine to use.withScriptLinkedService
(LinkedServiceReference scriptLinkedService) Set the scriptLinkedService property: Script linked service reference.withScriptPath
(Object scriptPath) Set the scriptPath property: Case-sensitive path to folder that contains the U-SQL script.withUserProperties
(List<UserProperty> userProperties) Set the userProperties property: Activity user properties.Methods inherited from class com.azure.resourcemanager.datafactory.models.ExecutionActivity
linkedServiceName, policy
Methods inherited from class com.azure.resourcemanager.datafactory.models.Activity
additionalProperties, dependsOn, description, name, userProperties, withAdditionalProperties
-
Constructor Details
-
DataLakeAnalyticsUsqlActivity
public DataLakeAnalyticsUsqlActivity()Creates an instance of DataLakeAnalyticsUsqlActivity class.
-
-
Method Details
-
withLinkedServiceName
public DataLakeAnalyticsUsqlActivity withLinkedServiceName(LinkedServiceReference linkedServiceName) Set the linkedServiceName property: Linked service reference.- Overrides:
withLinkedServiceName
in classExecutionActivity
- Parameters:
linkedServiceName
- the linkedServiceName value to set.- Returns:
- the ExecutionActivity object itself.
-
withPolicy
Set the policy property: Activity policy.- Overrides:
withPolicy
in classExecutionActivity
- Parameters:
policy
- the policy value to set.- Returns:
- the ExecutionActivity object itself.
-
withName
Set the name property: Activity name.- Overrides:
withName
in classExecutionActivity
- Parameters:
name
- the name value to set.- Returns:
- the Activity object itself.
-
withDescription
Set the description property: Activity description.- Overrides:
withDescription
in classExecutionActivity
- Parameters:
description
- the description value to set.- Returns:
- the Activity object itself.
-
withDependsOn
Set the dependsOn property: Activity depends on condition.- Overrides:
withDependsOn
in classExecutionActivity
- Parameters:
dependsOn
- the dependsOn value to set.- Returns:
- the Activity object itself.
-
withUserProperties
Set the userProperties property: Activity user properties.- Overrides:
withUserProperties
in classExecutionActivity
- Parameters:
userProperties
- the userProperties value to set.- Returns:
- the Activity object itself.
-
scriptPath
Get the scriptPath property: Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).- Returns:
- the scriptPath value.
-
withScriptPath
Set the scriptPath property: Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).- Parameters:
scriptPath
- the scriptPath value to set.- Returns:
- the DataLakeAnalyticsUsqlActivity object itself.
-
scriptLinkedService
Get the scriptLinkedService property: Script linked service reference.- Returns:
- the scriptLinkedService value.
-
withScriptLinkedService
public DataLakeAnalyticsUsqlActivity withScriptLinkedService(LinkedServiceReference scriptLinkedService) Set the scriptLinkedService property: Script linked service reference.- Parameters:
scriptLinkedService
- the scriptLinkedService value to set.- Returns:
- the DataLakeAnalyticsUsqlActivity object itself.
-
degreeOfParallelism
Get the degreeOfParallelism property: The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.- Returns:
- the degreeOfParallelism value.
-
withDegreeOfParallelism
Set the degreeOfParallelism property: The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.- Parameters:
degreeOfParallelism
- the degreeOfParallelism value to set.- Returns:
- the DataLakeAnalyticsUsqlActivity object itself.
-
priority
Get the priority property: Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.- Returns:
- the priority value.
-
withPriority
Set the priority property: Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority. Default value is 1000. Type: integer (or Expression with resultType integer), minimum: 1.- Parameters:
priority
- the priority value to set.- Returns:
- the DataLakeAnalyticsUsqlActivity object itself.
-
parameters
Get the parameters property: Parameters for U-SQL job request.- Returns:
- the parameters value.
-
withParameters
Set the parameters property: Parameters for U-SQL job request.- Parameters:
parameters
- the parameters value to set.- Returns:
- the DataLakeAnalyticsUsqlActivity object itself.
-
runtimeVersion
Get the runtimeVersion property: Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).- Returns:
- the runtimeVersion value.
-
withRuntimeVersion
Set the runtimeVersion property: Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).- Parameters:
runtimeVersion
- the runtimeVersion value to set.- Returns:
- the DataLakeAnalyticsUsqlActivity object itself.
-
compilationMode
Get the compilationMode property: Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).- Returns:
- the compilationMode value.
-
withCompilationMode
Set the compilationMode property: Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).- Parameters:
compilationMode
- the compilationMode value to set.- Returns:
- the DataLakeAnalyticsUsqlActivity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classExecutionActivity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-