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 | The discriminator possible values: MappingDataFlow, Flowlet, WranglingDataFlow |
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
The discriminator possible values: MappingDataFlow, Flowlet, WranglingDataFlow
type: string
Property Value
string