Click or drag to resize

PatternsFilter Method (Filter, String)

Filter expression for use in patterns, equivalent to the "tag=MyEvent(vol > 100)" syntax.

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

Parameters

filter
Type: com.espertech.esper.common.client.sodaFilter
specifies the event type name and filter expression to filter for
tagName
Type: SystemString
is the tag name to assign to matching events

Return Value

Type: PatternFilterExpr
pattern expression
See Also