DataflowBuiltInTransformationDataset interface
数据流 BuiltIn Transformation 数据集属性
属性
| description | 用户提供了数据集的可选说明。 |
| expression | 从 Broker 状态存储扩充数据的条件。 示例:$1 < 0 ||$1 > $2 (假设输入部分 $1 和 $2 提供) |
| inputs | 要从中转站状态存储进行扩充的字段列表。 |
| key | 数据集的键。 |
| schema |
对描述数据集的架构的引用。 允许:JSON 架构/草稿-7。 |
属性详细信息
description
用户提供了数据集的可选说明。
description?: string
属性值
string
expression
从 Broker 状态存储扩充数据的条件。 示例:$1 < 0 ||$1 > $2 (假设输入部分 $1 和 $2 提供)
expression?: string
属性值
string
inputs
要从中转站状态存储进行扩充的字段列表。
inputs: string[]
属性值
string[]
key
数据集的键。
key: string
属性值
string
schemaRef
对描述数据集的架构的引用。 允许:JSON 架构/草稿-7。
schemaRef?: string
属性值
string