 | FilterStreamCreate Method (String, String) |
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
Syntaxpublic static FilterStream Create(
string eventTypeName,
string streamName
)
Parameters
- eventTypeName
- Type: SystemString
is the event type name to filter for - streamName
- Type: SystemString
is an optional stream name
Return Value
Type:
FilterStreamstream
See Also