MappingDataFlow interface
映射数据流。
- 扩展
属性
| script | DataFlow 脚本。 |
| script |
数据流脚本行。 |
| sinks | 数据流中的接收器列表。 |
| sources | 数据流中的源列表。 |
| transformations | 数据流中的转换列表。 |
| type | 多态鉴别器,它指定此对象可以的不同类型的 |
继承属性
| annotations | 可用于描述数据流的标记列表。 |
| description | 数据流的说明。 |
| folder | 此数据流所在的文件夹。 如果未指定,数据流将显示在根级别。 |
属性详细信息
script
DataFlow 脚本。
script?: string
属性值
string
scriptLines
数据流脚本行。
scriptLines?: string[]
属性值
string[]
sinks
sources
transformations
type
多态鉴别器,它指定此对象可以的不同类型的
type: "MappingDataFlow"
属性值
"MappingDataFlow"