DataFlowDebugPackage interface
Request body structure for starting data flow debug session.
Properties
| data |
Data flow instance. |
| data |
List of Data flows |
| datasets | List of datasets. |
| debug |
Data flow debug settings. |
| linked |
List of linked services. |
| session |
The ID of data flow debug session. |
| staging | Staging info for debug session. |
Property Details
dataFlow
dataFlows
datasets
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