Click or drag to resize

PatternsNotFilter Method (String, String)

Pattern not-operator and filter in combination, equivalent to the "not tag=MyEvent" syntax.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static PatternNotExpr NotFilter(
	string name,
	string tagName
)

Parameters

name
Type: SystemString
is the event type name to filter for
tagName
Type: SystemString
is the tag name to assign to matching events

Return Value

Type: PatternNotExpr
pattern expression
See Also