Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MappingDataFlow

Package version

Mapping data flow.

Hierarchy

Index

Properties

Optional annotations

annotations: any[]

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

Optional description

description: undefined | string

The description of the data flow.

Optional folder

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

Optional script

script: undefined | string

DataFlow script.

Optional scriptLines

scriptLines: string[]

Data flow script lines.

Optional sinks

sinks: DataFlowSink[]

List of sinks in data flow.

Optional sources

sources: DataFlowSource[]

List of sources in data flow.

Optional transformations

transformations: Transformation[]

List of transformations in data flow.

type

type: "MappingDataFlow"

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

Generated using TypeDoc