Package version:

Interface ExecutePowerQueryActivityTypeProperties

Execute power query data flow activity properties.

interface ExecutePowerQueryActivityTypeProperties {
    compute?: ExecuteDataFlowActivityTypePropertiesCompute;
    continuationSettings?: ContinuationSettingsReference;
    continueOnError?: any;
    dataFlow: DataFlowReference;
    integrationRuntime?: IntegrationRuntimeReference;
    queries?: PowerQuerySinkMapping[];
    runConcurrently?: any;
    sinks?: {
        [propertyName: string]: PowerQuerySink;
    };
    sourceStagingConcurrency?: any;
    staging?: DataFlowStagingInfo;
    traceLevel?: any;
}

Hierarchy (view full)

Properties

Compute properties for data flow activity.

continuationSettings?: ContinuationSettingsReference

Continuation settings for execute data flow activity.

continueOnError?: any

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

Data flow reference.

integrationRuntime?: IntegrationRuntimeReference

The integration runtime reference.

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

runConcurrently?: any

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?: {
    [propertyName: string]: PowerQuerySink;
}

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

sourceStagingConcurrency?: any

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

Staging info for execute data flow activity.

traceLevel?: any

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