Package version:

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

interface DataFlow {
    annotations?: any[];
    description?: string;
    folder?: DataFlowFolder;
    type: "MappingDataFlow" | "Flowlet" | "WranglingDataFlow";
}

Hierarchy (view full)

Properties

annotations?: any[]

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

description?: string

The description of the data flow.

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

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

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