Execute Data Flow Activity Response
data class ExecuteDataFlowActivityResponse(val compute: ExecuteDataFlowActivityTypePropertiesResponseCompute? = null, val continueOnError: Any? = null, val dataFlow: DataFlowReferenceResponse, val dependsOn: List<ActivityDependencyResponse>? = null, val description: String? = null, val integrationRuntime: IntegrationRuntimeReferenceResponse? = null, val linkedServiceName: LinkedServiceReferenceResponse? = null, val name: String, val onInactiveMarkAs: String? = null, val policy: ActivityPolicyResponse? = null, val runConcurrently: Any? = null, val sourceStagingConcurrency: Any? = null, val staging: DataFlowStagingInfoResponse? = null, val state: String? = null, val traceLevel: Any? = null, val type: String, val userProperties: List<UserPropertyResponse>? = null)
Execute data flow activity.
Constructors
Link copied to clipboard
fun ExecuteDataFlowActivityResponse(compute: ExecuteDataFlowActivityTypePropertiesResponseCompute? = null, continueOnError: Any? = null, dataFlow: DataFlowReferenceResponse, dependsOn: List<ActivityDependencyResponse>? = null, description: String? = null, integrationRuntime: IntegrationRuntimeReferenceResponse? = null, linkedServiceName: LinkedServiceReferenceResponse? = null, name: String, onInactiveMarkAs: String? = null, policy: ActivityPolicyResponse? = null, runConcurrently: Any? = null, sourceStagingConcurrency: Any? = null, staging: DataFlowStagingInfoResponse? = null, state: String? = null, traceLevel: Any? = null, type: String, userProperties: List<UserPropertyResponse>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard