Udostępnij za pośrednictwem


DataFlowDebugPackage Class

Definition

Request body structure for starting data flow debug session.

public class DataFlowDebugPackage
type DataFlowDebugPackage = class
Public Class DataFlowDebugPackage
Inheritance
DataFlowDebugPackage

Constructors

DataFlowDebugPackage()

Initializes a new instance of the DataFlowDebugPackage class.

DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DataFlowDebugResource>, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings)

Initializes a new instance of the DataFlowDebugPackage class.

DataFlowDebugPackage(IDictionary<String,Object>, String, DataFlowDebugResource, IList<DatasetDebugResource>, IList<LinkedServiceDebugResource>, DataFlowStagingInfo, DataFlowDebugPackageDebugSettings)

Initializes a new instance of the DataFlowDebugPackage class.

Properties

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

DataFlow

Gets or sets data flow instance.

DataFlows

Gets or sets list of Data flows

Datasets

Gets or sets list of datasets.

DebugSettings

Gets or sets data flow debug settings.

LinkedServices

Gets or sets list of linked services.

SessionId

Gets or sets the ID of data flow debug session.

Staging

Gets or sets staging info for debug session.

Methods

Validate()

Validate the object.

Applies to