共用方式為


Flowlet interface

數據流流程

Extends

屬性

script

Flowlet 腳本。

scriptLines

Flowlet 腳本行。

sinks

Flowlet 中的接收清單。

sources

Flowlet 中的來源清單。

transformations

Flowlet 中的轉換清單。

type

多型歧視性,指定這個物件可以是的不同類型

繼承的屬性

annotations

可用於描述數據流的標記清單。

description

數據流的描述。

folder

此數據流位於的資料夾。 如果未指定,數據流將會出現在根層級。

屬性詳細資料

script

Flowlet 腳本。

script?: string

屬性值

string

scriptLines

Flowlet 腳本行。

scriptLines?: string[]

屬性值

string[]

sinks

Flowlet 中的接收清單。

sinks?: DataFlowSink[]

屬性值

sources

Flowlet 中的來源清單。

sources?: DataFlowSource[]

屬性值

transformations

Flowlet 中的轉換清單。

transformations?: Transformation[]

屬性值

type

多型歧視性,指定這個物件可以是的不同類型

type: "Flowlet"

屬性值

"Flowlet"

繼承的屬性詳細資料

annotations

可用於描述數據流的標記清單。

annotations?: any[]

屬性值

any[]

繼承自DataFlow.annotations

description

數據流的描述。

description?: string

屬性值

string

繼承自DataFlow.description

folder

此數據流位於的資料夾。 如果未指定,數據流將會出現在根層級。

folder?: DataFlowFolder

屬性值

繼承自DataFlow.folder