![]() | PatternsNotFilter Method |
Name | Description | |
---|---|---|
![]() ![]() | NotFilter(String) |
Pattern not-operator and filter in combination, equivalent to the "not MyEvent"
syntax.
|
![]() ![]() | NotFilter(Filter) |
Pattern not-operator and filter in combination, equivalent to the "not MyEvent(vol > 100)" syntax.
|
![]() ![]() | NotFilter(String, String) |
Pattern not-operator and filter in combination, equivalent to the "not
tag=MyEvent" syntax.
|
![]() ![]() | NotFilter(Filter, String) |
Pattern not-operator and filter in combination, equivalent to the "not tag=MyEvent(vol > 100)" syntax.
|