 | PatternsFilter Method (String, String) |
Filter expression for use in patterns, equivalent to the simple "tag=MyEvent"
syntax.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static PatternFilterExpr Filter(
string eventTypeName,
string tagName
)
Parameters
- eventTypeName
- Type: SystemString
is the event type name of the events to filter for - tagName
- Type: SystemString
is the tag name to assign to matching events
Return Value
Type:
PatternFilterExpr
pattern expression
See Also