ExecutePowerQueryActivityTypeProperties interface

Execute power query data flow activity properties.

Extends

Properties

queries

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

sinks

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

Inherited Properties

compute

Compute properties for data flow activity.

continueOnError

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

Data flow reference.

integrationRuntime

The integration runtime reference.

runConcurrently

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

Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)

staging

Staging info for execute data flow activity.

traceLevel

Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)

Property Details

queries

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

queries?: PowerQuerySinkMapping[]

Property Value

sinks

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

sinks?: {[propertyName: string]: PowerQuerySink}

Property Value

{[propertyName: string]: PowerQuerySink}

Inherited Property Details

compute

Compute properties for data flow activity.

compute?: ExecuteDataFlowActivityTypePropertiesCompute

Property Value

Inherited From ExecuteDataFlowActivityTypeProperties.compute

continueOnError

Continue on error setting used for data flow execution. Enables processing to continue if a sink fails. Type: boolean (or Expression with resultType boolean)

continueOnError?: any

Property Value

any

Inherited From ExecuteDataFlowActivityTypeProperties.continueOnError

dataFlow

Data flow reference.

dataFlow: DataFlowReference

Property Value

Inherited From ExecuteDataFlowActivityTypeProperties.dataFlow

integrationRuntime

The integration runtime reference.

integrationRuntime?: IntegrationRuntimeReference

Property Value

Inherited From ExecuteDataFlowActivityTypeProperties.integrationRuntime

runConcurrently

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)

runConcurrently?: any

Property Value

any

Inherited From ExecuteDataFlowActivityTypeProperties.runConcurrently

sourceStagingConcurrency

Specify number of parallel staging for sources applicable to the sink. Type: integer (or Expression with resultType integer)

sourceStagingConcurrency?: any

Property Value

any

Inherited From ExecuteDataFlowActivityTypeProperties.sourceStagingConcurrency

staging

Staging info for execute data flow activity.

staging?: DataFlowStagingInfo

Property Value

Inherited From ExecuteDataFlowActivityTypeProperties.staging

traceLevel

Trace level setting used for data flow monitoring output. Supported values are: 'coarse', 'fine', and 'none'. Type: string (or Expression with resultType string)

traceLevel?: any

Property Value

any

Inherited From ExecuteDataFlowActivityTypeProperties.traceLevel