HDInsight Map Reduce Activity Response
data class HDInsightMapReduceActivityResponse(val arguments: List<Any>? = null, val className: Any, val defines: Map<String, Any>? = null, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val getDebugInfo: String? = null, val jarFilePath: Any, val jarLibs: List<Any>? = null, val jarLinkedService: LinkedServiceReferenceResponse? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val name: String, val onInactiveMarkAs: String? = null, val policy: ActivityPolicyResponse? = null, val state: String? = null, val storageLinkedServices: List<LinkedServiceReferenceResponse>? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null)
HDInsight MapReduce activity type.
Constructors
Link copied to clipboard
fun HDInsightMapReduceActivityResponse(arguments: List<Any>? = null, className: Any, defines: Map<String, Any>? = null, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, getDebugInfo: String? = null, jarFilePath: Any, jarLibs: List<Any>? = null, jarLinkedService: LinkedServiceReferenceResponse? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, name: String, onInactiveMarkAs: String? = null, policy: ActivityPolicyResponse? = null, state: String? = null, storageLinkedServices: List<LinkedServiceReferenceResponse>? = null, type: String, userProperties: List<UserPropertyResponse>? = null)