ExecuteDataFlowActivity Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Execute data flow activity.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("ExecuteDataFlow")]
public class ExecuteDataFlowActivity : Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("ExecuteDataFlow")>]
type ExecuteDataFlowActivity = class
inherit ExecutionActivity
Public Class ExecuteDataFlowActivity
Inherits ExecutionActivity
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
ExecuteDataFlowActivity() |
Initializes a new instance of the ExecuteDataFlowActivity class. |
ExecuteDataFlowActivity(String, DataFlowReference, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, LinkedServiceReference, ActivityPolicy, DataFlowStagingInfo, IntegrationRuntimeReference, ExecuteDataFlowActivityTypePropertiesCompute, Object, Object, Object, Object) |
Initializes a new instance of the ExecuteDataFlowActivity class. |
Properties
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from Activity) |
Compute |
Gets or sets compute properties for data flow activity. |
ContinueOnError |
Gets or sets continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean) |
DataFlow |
Gets or sets data flow reference. |
DependsOn |
Gets or sets activity depends on condition. (Inherited from Activity) |
Description |
Gets or sets activity description. (Inherited from Activity) |
IntegrationRuntime |
Gets or sets the integration runtime reference. |
LinkedServiceName |
Gets or sets linked service reference. (Inherited from ExecutionActivity) |
Name |
Gets or sets activity name. (Inherited from Activity) |
Policy |
Gets or sets activity policy. (Inherited from ExecutionActivity) |
RunConcurrently |
Gets or sets concurrent run setting used for data flow execution. Allows sinks with the same save order to be processed concurrently. Type: boolean (or Expression with resultType boolean) |
SourceStagingConcurrency |
Gets or sets specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer) |
Staging |
Gets or sets staging info for execute data flow activity. |
TraceLevel |
Gets or sets trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string) |
UserProperties |
Gets or sets activity user properties. (Inherited from Activity) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET