Flowlet interface
數據流流程
- Extends
屬性
script | Flowlet 腳本。 |
script |
Flowlet 腳本行。 |
sinks | Flowlet 中的接收清單。 |
sources | Flowlet 中的來源清單。 |
transformations | Flowlet 中的轉換清單。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
繼承的屬性
annotations | 可用於描述數據流的標記清單。 |
description | 數據流的描述。 |
folder | 此數據流位於的資料夾。 如果未指定,數據流將會出現在根層級。 |
屬性詳細資料
script
Flowlet 腳本。
script?: string
屬性值
string
scriptLines
Flowlet 腳本行。
scriptLines?: string[]
屬性值
string[]
sinks
sources
transformations
type
多型歧視性,指定這個物件可以是的不同類型
type: "Flowlet"
屬性值
"Flowlet"