Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Flowlet

Package version

Data flow flowlet

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

Flowlet script.

Optional scriptLines

scriptLines: string[]

Flowlet script lines.

Optional sinks

sinks: DataFlowSink[]

List of sinks in Flowlet.

Optional sources

sources: DataFlowSource[]

List of sources in Flowlet.

Optional transformations

transformations: Transformation[]

List of transformations in Flowlet.

type

type: "Flowlet"

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

Generated using TypeDoc