DataFlow interface
Azure Data Factory 巢狀物件,其中包含具有數據移動和轉換的流程。
屬性
annotations | 可用於描述數據流的標記清單。 |
description | 數據流的描述。 |
folder | 此數據流位於的資料夾。 如果未指定,數據流將會出現在根層級。 |
type | 多型歧視性,指定這個物件可以是的不同類型 |
屬性詳細資料
annotations
可用於描述數據流的標記清單。
annotations?: any[]
屬性值
any[]
description
數據流的描述。
description?: string
屬性值
string
folder
type
多型歧視性,指定這個物件可以是的不同類型
type: "MappingDataFlow" | "Flowlet" | "WranglingDataFlow"
屬性值
"MappingDataFlow" | "Flowlet" | "WranglingDataFlow"