NumberInAdvancedFilter Class

NumberIn Advanced Filter.

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

Inheritance
azure.mgmt.eventgrid.models._models_py3.AdvancedFilter
NumberInAdvancedFilter

Constructor

NumberInAdvancedFilter(*, key: Optional[str] = None, values: Optional[List[float]] = None, **kwargs)

Variables

operator_type
str or AdvancedFilterOperatorType

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

key
str

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

values
list[float]

The set of filter values.