MappingDataFlow interface
Mapping data flow.
- Extends
Properties
script | DataFlow script. |
script |
Data flow script lines. |
sinks | List of sinks in data flow. |
sources | List of sources in data flow. |
transformations | List of transformations in data flow. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Inherited 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. |
Property Details
script
DataFlow script.
script?: string
Property Value
string
scriptLines
Data flow script lines.
scriptLines?: string[]
Property Value
string[]
sinks
sources
transformations
List of transformations in data flow.
transformations?: Transformation[]
Property Value
type
Polymorphic discriminator, which specifies the different types this object can be
type: "MappingDataFlow"
Property Value
"MappingDataFlow"
Inherited Property Details
annotations
List of tags that can be used for describing the data flow.
annotations?: any[]
Property Value
any[]
Inherited From DataFlow.annotations
description
The description of the data flow.
description?: string
Property Value
string
Inherited From DataFlow.description
folder
The folder that this data flow is in. If not specified, Data flow will appear at the root level.
folder?: DataFlowFolder
Property Value
Inherited From DataFlow.folder