DataflowBuiltInTransformationDataset interface
Dataflow BuiltIn Transformation dataset properties
Properties
description | A user provided optional description of the dataset. |
expression | Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided) |
inputs | List of fields for enriching from the Broker State Store. |
key | The key of the dataset. |
schema |
The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7. |
Property Details
description
A user provided optional description of the dataset.
description?: string
Property Value
string
expression
Condition to enrich data from Broker State Store. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)
expression?: string
Property Value
string
inputs
List of fields for enriching from the Broker State Store.
inputs: string[]
Property Value
string[]
key
The key of the dataset.
key: string
Property Value
string
schemaRef
The reference to the schema that describes the dataset. Allowed: JSON Schema/draft-7.
schemaRef?: string
Property Value
string