DataFlowDebugPackage interface

Request body structure for starting data flow debug session.

Properties

dataFlow

Data flow instance.

dataFlows

List of Data flows

datasets

List of datasets.

debugSettings

Data flow debug settings.

linkedServices

List of linked services.

sessionId

The ID of data flow debug session.

staging

Staging info for debug session.

Property Details

dataFlow

Data flow instance.

dataFlow?: DataFlowDebugResource

Property Value

dataFlows

List of Data flows

dataFlows?: DataFlowDebugResource[]

Property Value

datasets

List of datasets.

datasets?: DatasetDebugResource[]

Property Value

debugSettings

Data flow debug settings.

debugSettings?: DataFlowDebugPackageDebugSettings

Property Value

linkedServices

List of linked services.

linkedServices?: LinkedServiceDebugResource[]

Property Value

sessionId

The ID of data flow debug session.

sessionId?: string

Property Value

string

staging

Staging info for debug session.

staging?: DataFlowStagingInfo

Property Value