NumberLessThanFilter interface

NumberLessThan Filter.

Extends

Properties

operatorType

Polymorphic discriminator, which specifies the different types this object can be

value

The filter value.

Inherited Properties

key

The field/property in the event based on which you want to filter.

Property Details

operatorType

Polymorphic discriminator, which specifies the different types this object can be

operatorType: "NumberLessThan"

Property Value

"NumberLessThan"

value

The filter value.

value?: number

Property Value

number

Inherited Property Details

key

The field/property in the event based on which you want to filter.

key?: string

Property Value

string

Inherited From Filter.key