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 onInactiveMarkAs: String? = null, 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 state: String? = null, 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, onInactiveMarkAs: String? = null, parameters: Map<String, Any>? = null, policy: ActivityPolicyResponse? = null, priority: Any? = null, runtimeVersion: Any? = null, scriptLinkedService: LinkedServiceReferenceResponse, scriptPath: Any, state: String? = null, type: String, userProperties: List<UserPropertyResponse>? = null)