Share via


DataflowBuiltInTransformationFilter interface

Dataflow BuiltIn Transformation filter properties

Properties

description

A user provided optional description of the filter.

expression

Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)

inputs

List of fields for filtering in JSON path expression.

type

The type of dataflow operation.

Property Details

description

A user provided optional description of the filter.

description?: string

Property Value

string

expression

Condition to filter data. Can reference input fields with {n} where n is the index of the input field starting from 1. Example: $1 < 0 || $1 > $2 (Assuming inputs section $1 and $2 are provided)

expression: string

Property Value

string

inputs

List of fields for filtering in JSON path expression.

inputs: string[]

Property Value

string[]

type

The type of dataflow operation.

type?: string

Property Value

string