ExecuteDataFlowActivity Constructors
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.
Overloads
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. |
ExecuteDataFlowActivity()
Initializes a new instance of the ExecuteDataFlowActivity class.
public ExecuteDataFlowActivity ();
Public Sub New ()
Applies to
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.
public ExecuteDataFlowActivity (string name, Microsoft.Azure.Management.DataFactory.Models.DataFlowReference dataFlow, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties = default, Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default, Microsoft.Azure.Management.DataFactory.Models.DataFlowStagingInfo staging = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference integrationRuntime = default, Microsoft.Azure.Management.DataFactory.Models.ExecuteDataFlowActivityTypePropertiesCompute compute = default, object traceLevel = default, object continueOnError = default, object runConcurrently = default, object sourceStagingConcurrency = default);
new Microsoft.Azure.Management.DataFactory.Models.ExecuteDataFlowActivity : string * Microsoft.Azure.Management.DataFactory.Models.DataFlowReference * System.Collections.Generic.IDictionary<string, obj> * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> * Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy * Microsoft.Azure.Management.DataFactory.Models.DataFlowStagingInfo * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * Microsoft.Azure.Management.DataFactory.Models.ExecuteDataFlowActivityTypePropertiesCompute * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.ExecuteDataFlowActivity
Public Sub New (name As String, dataFlow As DataFlowReference, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional description As String = Nothing, Optional dependsOn As IList(Of ActivityDependency) = Nothing, Optional userProperties As IList(Of UserProperty) = Nothing, Optional linkedServiceName As LinkedServiceReference = Nothing, Optional policy As ActivityPolicy = Nothing, Optional staging As DataFlowStagingInfo = Nothing, Optional integrationRuntime As IntegrationRuntimeReference = Nothing, Optional compute As ExecuteDataFlowActivityTypePropertiesCompute = Nothing, Optional traceLevel As Object = Nothing, Optional continueOnError As Object = Nothing, Optional runConcurrently As Object = Nothing, Optional sourceStagingConcurrency As Object = Nothing)
Parameters
- name
- String
Activity name.
- dataFlow
- DataFlowReference
Data flow reference.
- additionalProperties
- IDictionary<String,Object>
Unmatched properties from the message are deserialized this collection
- description
- String
Activity description.
- dependsOn
- IList<ActivityDependency>
Activity depends on condition.
- userProperties
- IList<UserProperty>
Activity user properties.
- linkedServiceName
- LinkedServiceReference
Linked service reference.
- policy
- ActivityPolicy
Activity policy.
- staging
- DataFlowStagingInfo
Staging info for execute data flow activity.
- integrationRuntime
- IntegrationRuntimeReference
The integration runtime reference.
Compute properties for data flow activity.
- traceLevel
- Object
Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)
- continueOnError
- Object
Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)
- runConcurrently
- Object
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
- Object
Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)
Applies to
Azure SDK for .NET