Package version:

Interface DataFlowDebugPackage

Request body structure for starting data flow debug session.

interface DataFlowDebugPackage {
    dataFlow?: DataFlowDebugResource;
    dataFlows?: DataFlowDebugResource[];
    datasets?: DatasetDebugResource[];
    debugSettings?: DataFlowDebugPackageDebugSettings;
    linkedServices?: LinkedServiceDebugResource[];
    sessionId?: string;
    staging?: DataFlowStagingInfo;
    [property: string]: any;
}

Indexable

  • [property: string]: any

    Describes unknown properties. The value of an unknown property can be of "any" type.

Properties

Data flow instance.

dataFlows?: DataFlowDebugResource[]

List of Data flows

List of datasets.

Data flow debug settings.

linkedServices?: LinkedServiceDebugResource[]

List of linked services.

sessionId?: string

The ID of data flow debug session.

Staging info for debug session.