StringNotContainsFilter Class
StringNotContains Filter.
All required parameters must be populated in order to send to server.
Constructor
StringNotContainsFilter(*, key: str | None = None, values: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
key
|
The field/property in the event based on which you want to filter. Default value: None
|
|
values
|
The set of filter values. 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
|
The field/property in the event based on which you want to filter. |
|
values
|
The set of filter values. |