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