Share via


BoolEqualsAdvancedFilter Class

BoolEquals Advanced Filter.

All required parameters must be populated in order to send to server.

Constructor

BoolEqualsAdvancedFilter(*, key: str | None = None, value: bool | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
key
str

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

Default value: None
value

The boolean filter value.

Default value: None

Variables

Name Description
operator_type

The operator type used for filtering, e.g., NumberIn, StringContains, BoolEquals and others. Required. Known values are: "NumberIn", "NumberNotIn", "NumberLessThan", "NumberGreaterThan", "NumberLessThanOrEquals", "NumberGreaterThanOrEquals", "BoolEquals", "StringIn", "StringNotIn", "StringBeginsWith", "StringEndsWith", "StringContains", "NumberInRange", "NumberNotInRange", "StringNotBeginsWith", "StringNotEndsWith", "StringNotContains", "IsNullOrUndefined", and "IsNotNull".

key
str

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

value

The boolean filter value.