Click or drag to resize

FilterStreamCreate Method (String, String, Expression)

Creates a stream of events of the given event type name and names that stream. Example: "select * from MyeventTypeName as StreamName".

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public static FilterStream Create(
	string eventTypeName,
	string streamName,
	Expression filter
)

Parameters

eventTypeName
Type: SystemString
is the event type name to filter for
streamName
Type: SystemString
is an optional stream name
filter
Type: com.espertech.esper.common.client.sodaExpression
is the filter expression removing events from the stream

Return Value

Type: FilterStream
stream
See Also