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
fun DataLakeAnalyticsUSQLActivityResponse(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)