DataFlow interface

Azure Data Factory nested object which contains a flow with data movements and transformations.

Properties

annotations

List of tags that can be used for describing the data flow.

description

The description of the data flow.

folder

The folder that this data flow is in. If not specified, Data flow will appear at the root level.

type

Polymorphic discriminator, which specifies the different types this object can be

Property Details

annotations

List of tags that can be used for describing the data flow.

annotations?: any[]

Property Value

any[]

description

The description of the data flow.

description?: string

Property Value

string

folder

The folder that this data flow is in. If not specified, Data flow will appear at the root level.

folder?: DataFlowFolder

Property Value

type

Polymorphic discriminator, which specifies the different types this object can be

type: "MappingDataFlow" | "Flowlet" | "WranglingDataFlow"

Property Value

"MappingDataFlow" | "Flowlet" | "WranglingDataFlow"