StringNotInAdvancedFilter interface

StringNotIn Advanced Filter.

Extends

Properties

operatorType

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

values

The set of filter values.

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: "StringNotIn"

Property Value

"StringNotIn"

values

The set of filter values.

values?: string[]

Property Value

string[]

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