DataFlow interface
包含具有数据移动和转换的流的 Azure 数据工厂嵌套对象。
属性
| annotations | 可用于描述数据流的标记列表。 |
| description | 数据流的说明。 |
| folder | 此数据流所在的文件夹。 如果未指定,数据流将显示在根级别。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
属性详细信息
annotations
可用于描述数据流的标记列表。
annotations?: any[]
属性值
any[]
description
数据流的说明。
description?: string
属性值
string
folder
type
多态鉴别器,它指定此对象可以的不同类型的
type: "MappingDataFlow" | "Flowlet" | "WranglingDataFlow"
属性值
"MappingDataFlow" | "Flowlet" | "WranglingDataFlow"