NumberGreaterThanAdvancedFilter interface

NumberGreaterThan Advanced 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: "NumberGreaterThan"

Property Value

"NumberGreaterThan"

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 AdvancedFilter.key