HDInsight Streaming Activity Response
data class HDInsightStreamingActivityResponse(val arguments: List<Any>? = null, val combiner: Any? = null, val commandEnvironment: List<Any>? = null, val defines: Map<String, Any>? = null, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val fileLinkedService: LinkedServiceReferenceResponse? = null, val filePaths: List<Any>, val getDebugInfo: String? = null, val input: Any, val linkedServiceName: LinkedServiceReferenceResponse? = null, val mapper: Any, val name: String, val onInactiveMarkAs: String? = null, val output: Any, val policy: ActivityPolicyResponse? = null, val reducer: Any, val state: String? = null, val storageLinkedServices: List<LinkedServiceReferenceResponse>? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null)
HDInsight streaming activity type.
Constructors
Link copied to clipboard
fun HDInsightStreamingActivityResponse(arguments: List<Any>? = null, combiner: Any? = null, commandEnvironment: List<Any>? = null, defines: Map<String, Any>? = null, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, fileLinkedService: LinkedServiceReferenceResponse? = null, filePaths: List<Any>, getDebugInfo: String? = null, input: Any, linkedServiceName: LinkedServiceReferenceResponse? = null, mapper: Any, name: String, onInactiveMarkAs: String? = null, output: Any, policy: ActivityPolicyResponse? = null, reducer: Any, state: String? = null, storageLinkedServices: List<LinkedServiceReferenceResponse>? = null, type: String, userProperties: List<UserPropertyResponse>? = null)