Share via


StringInAdvancedFilter interface

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

Property Value

"StringIn"

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