HDInsight Spark Activity Response
data class HDInsightSparkActivityResponse(val arguments: List<Any>? = null, val className: String? = null, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val entryFilePath: Any, val getDebugInfo: String? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val name: String, val onInactiveMarkAs: String? = null, val policy: ActivityPolicyResponse? = null, val proxyUser: Any? = null, val rootPath: Any, val sparkConfig: Map<String, Any>? = null, val sparkJobLinkedService: LinkedServiceReferenceResponse? = null, val state: String? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null)
HDInsight Spark activity.
Constructors
Link copied to clipboard
fun HDInsightSparkActivityResponse(arguments: List<Any>? = null, className: String? = null, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, entryFilePath: Any, getDebugInfo: String? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, name: String, onInactiveMarkAs: String? = null, policy: ActivityPolicyResponse? = null, proxyUser: Any? = null, rootPath: Any, sparkConfig: Map<String, Any>? = null, sparkJobLinkedService: LinkedServiceReferenceResponse? = null, state: String? = null, type: String, userProperties: List<UserPropertyResponse>? = null)