BoolEqualsAdvancedFilter interface

BoolEquals Advanced Filter.

Extends

Properties

operatorType

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

value

The boolean 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: "BoolEquals"

Property Value

"BoolEquals"

value

The boolean filter value.

value?: boolean

Property Value

boolean

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