Data Lake Analytics USQLActivity Response
data class DataLakeAnalyticsUSQLActivityResponse(val compilationMode: Any? = null, val degreeOfParallelism: Any? = null, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val name: String, val parameters: Map<String, Any>? = null, val policy: ActivityPolicyResponse? = null, val priority: Any? = null, val runtimeVersion: Any? = null, val scriptLinkedService: LinkedServiceReferenceResponse, val scriptPath: Any, val type: String, val userProperties: List<UserPropertyResponse>? = null)
Data Lake Analytics U-SQL activity.
Constructors
Link copied to clipboard
constructor(compilationMode: Any? = null, degreeOfParallelism: Any? = null, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, name: String, parameters: Map<String, Any>? = null, policy: ActivityPolicyResponse? = null, priority: Any? = null, runtimeVersion: Any? = null, scriptLinkedService: LinkedServiceReferenceResponse, scriptPath: Any, type: String, userProperties: List<UserPropertyResponse>? = null)
Properties
Link copied to clipboard
Compilation mode of U-SQL. Must be one of these values : Semantic, Full and SingleBox. Type: string (or Expression with resultType string).
Link copied to clipboard
The maximum number of nodes simultaneously used to run the job. Default value is 1. Type: integer (or Expression with resultType integer), minimum: 1.
Link copied to clipboard
Activity depends on condition.
Link copied to clipboard
Activity description.
Link copied to clipboard
Linked service reference.
Link copied to clipboard
Parameters for U-SQL job request.
Link copied to clipboard
Activity policy.
Link copied to clipboard
Runtime version of the U-SQL engine to use. Type: string (or Expression with resultType string).
Link copied to clipboard
Script linked service reference.
Link copied to clipboard
Case-sensitive path to folder that contains the U-SQL script. Type: string (or Expression with resultType string).
Link copied to clipboard
Activity user properties.