Share via


ExecuteWranglingDataflowActivity Constructors

Definition

Overloads

ExecuteWranglingDataflowActivity()

Initializes a new instance of the ExecuteWranglingDataflowActivity class.

ExecuteWranglingDataflowActivity(String, DataFlowReference, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, DataFlowStagingInfo, IntegrationRuntimeReference, ExecuteDataFlowActivityTypePropertiesCompute, Object, Object, Object, IDictionary<String,PowerQuerySink>, IList<PowerQuerySinkMapping>, ActivityPolicy)

Initializes a new instance of the ExecuteWranglingDataflowActivity class.

ExecuteWranglingDataflowActivity(String, DataFlowReference, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, DataFlowStagingInfo, IntegrationRuntimeReference, ExecuteDataFlowActivityTypePropertiesCompute, Object, Object, Object, Object, IDictionary<String,PowerQuerySink>, IList<PowerQuerySinkMapping>, ActivityPolicy)

Initializes a new instance of the ExecuteWranglingDataflowActivity class.

ExecuteWranglingDataflowActivity()

Initializes a new instance of the ExecuteWranglingDataflowActivity class.

public ExecuteWranglingDataflowActivity ();
Public Sub New ()

Applies to

ExecuteWranglingDataflowActivity(String, DataFlowReference, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, DataFlowStagingInfo, IntegrationRuntimeReference, ExecuteDataFlowActivityTypePropertiesCompute, Object, Object, Object, IDictionary<String,PowerQuerySink>, IList<PowerQuerySinkMapping>, ActivityPolicy)

Initializes a new instance of the ExecuteWranglingDataflowActivity class.

public ExecuteWranglingDataflowActivity (string name, Microsoft.Azure.Management.DataFactory.Models.DataFlowReference dataFlow, System.Collections.Generic.IDictionary<string,object> additionalProperties, string description, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.ActivityDependency> dependsOn, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.UserProperty> userProperties, Microsoft.Azure.Management.DataFactory.Models.DataFlowStagingInfo staging, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference integrationRuntime, Microsoft.Azure.Management.DataFactory.Models.ExecuteDataFlowActivityTypePropertiesCompute compute, object traceLevel, object continueOnError, object runConcurrently, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.PowerQuerySink> sinks, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PowerQuerySinkMapping> queries = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default);
new Microsoft.Azure.Management.DataFactory.Models.ExecuteWranglingDataflowActivity : 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.DataFlowStagingInfo * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * Microsoft.Azure.Management.DataFactory.Models.ExecuteDataFlowActivityTypePropertiesCompute * obj * obj * obj * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.PowerQuerySink> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PowerQuerySinkMapping> * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy -> Microsoft.Azure.Management.DataFactory.Models.ExecuteWranglingDataflowActivity
Public Sub New (name As String, dataFlow As DataFlowReference, additionalProperties As IDictionary(Of String, Object), description As String, dependsOn As IList(Of ActivityDependency), userProperties As IList(Of UserProperty), staging As DataFlowStagingInfo, integrationRuntime As IntegrationRuntimeReference, compute As ExecuteDataFlowActivityTypePropertiesCompute, traceLevel As Object, continueOnError As Object, runConcurrently As Object, sinks As IDictionary(Of String, PowerQuerySink), Optional queries As IList(Of PowerQuerySinkMapping) = Nothing, Optional policy As ActivityPolicy = 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.

staging
DataFlowStagingInfo

Staging info for execute data flow activity.

integrationRuntime
IntegrationRuntimeReference

The integration runtime reference.

compute
ExecuteDataFlowActivityTypePropertiesCompute

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)

sinks
IDictionary<String,PowerQuerySink>

(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.

queries
IList<PowerQuerySinkMapping>

List of mapping for Power Query mashup query to sink dataset(s).

policy
ActivityPolicy

Activity policy.

Applies to

ExecuteWranglingDataflowActivity(String, DataFlowReference, IDictionary<String, Object>, String, IList<ActivityDependency>, IList<UserProperty>, DataFlowStagingInfo, IntegrationRuntimeReference, ExecuteDataFlowActivityTypePropertiesCompute, Object, Object, Object, Object, IDictionary<String,PowerQuerySink>, IList<PowerQuerySinkMapping>, ActivityPolicy)

Initializes a new instance of the ExecuteWranglingDataflowActivity class.

public ExecuteWranglingDataflowActivity (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.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, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.PowerQuerySink> sinks = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PowerQuerySinkMapping> queries = default, Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy policy = default);
new Microsoft.Azure.Management.DataFactory.Models.ExecuteWranglingDataflowActivity : 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.DataFlowStagingInfo * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * Microsoft.Azure.Management.DataFactory.Models.ExecuteDataFlowActivityTypePropertiesCompute * obj * obj * obj * obj * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.PowerQuerySink> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.PowerQuerySinkMapping> * Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy -> Microsoft.Azure.Management.DataFactory.Models.ExecuteWranglingDataflowActivity
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 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, Optional sinks As IDictionary(Of String, PowerQuerySink) = Nothing, Optional queries As IList(Of PowerQuerySinkMapping) = Nothing, Optional policy As ActivityPolicy = 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.

staging
DataFlowStagingInfo

Staging info for execute data flow activity.

integrationRuntime
IntegrationRuntimeReference

The integration runtime reference.

compute
ExecuteDataFlowActivityTypePropertiesCompute

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)

sinks
IDictionary<String,PowerQuerySink>

(Deprecated. Please use Queries). List of Power Query activity sinks mapped to a queryName.

queries
IList<PowerQuerySinkMapping>

List of mapping for Power Query mashup query to sink dataset(s).

policy
ActivityPolicy

Activity policy.

Applies to