Click or drag to resize

PatternsNotFilter Method

Overload List
  NameDescription
Public methodStatic memberNotFilter(String)
Pattern not-operator and filter in combination, equivalent to the "not MyEvent" syntax.
Public methodStatic memberNotFilter(Filter)
Pattern not-operator and filter in combination, equivalent to the "not MyEvent(vol > 100)" syntax.
Public methodStatic memberNotFilter(String, String)
Pattern not-operator and filter in combination, equivalent to the "not tag=MyEvent" syntax.
Public methodStatic memberNotFilter(Filter, String)
Pattern not-operator and filter in combination, equivalent to the "not tag=MyEvent(vol > 100)" syntax.
Top
See Also