Package version:

Interface MappingDataFlow

Mapping data flow.

Hierarchy

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.

script?: string

DataFlow script.

scriptLines?: string[]

Data flow script lines.

sinks?: DataFlowSink[]

List of sinks in data flow.

sources?: DataFlowSource[]

List of sources in data flow.

transformations?: Transformation[]

List of transformations in data flow.

type: "MappingDataFlow"

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

Generated using TypeDoc