![]() | FilterStream Methods |
The FilterStream type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddView(View) |
Add a view to the stream.
(Inherited from ProjectedStream.) |
![]() | AddView(String, Expression) |
Adds a parameterized view to the stream.
(Inherited from ProjectedStream.) |
![]() | AddView(String, String) |
Adds an un-parameterized view to the stream.
(Inherited from ProjectedStream.) |
![]() | AddView(String, String, Expression) |
Adds a parameterized view to the stream.
(Inherited from ProjectedStream.) |
![]() | AddView(String, String, IListT) | (Inherited from ProjectedStream.) |
![]() ![]() | Create(String) |
Creates a stream of events of the given name.
|
![]() ![]() | Create(Filter) |
Creates a stream using a filter that provides the event type name and filter expression to filter for.
|
![]() ![]() | Create(String, Expression) |
Creates a stream of events of the given event type name and names that stream. Example: "select * from MyeventTypeName as StreamName".
|
![]() ![]() | Create(String, String) |
Creates a stream of events of the given event type name and names that stream. Example: "select * from MyeventTypeName as StreamName".
|
![]() ![]() | Create(Filter, String) |
Creates a stream using a filter that provides the event type name and filter expression to filter for.
|
![]() ![]() | Create(String, String, Expression) |
Creates a stream of events of the given event type name and names that stream. Example: "select * from MyeventTypeName as StreamName".
|
![]() | ToEPL |
Renders the clause in textual representation.
(Inherited from Stream.) |
![]() | ToEPLProjectedStream | (Overrides ProjectedStreamToEPLProjectedStream(TextWriter, EPStatementFormatter).) |
![]() | ToEPLProjectedStreamType | (Overrides ProjectedStreamToEPLProjectedStreamType(TextWriter).) |
![]() | ToEPLStream |
Renders the clause in textual representation.
(Inherited from ProjectedStream.) |
![]() | ToEPLStreamOptions | (Inherited from ProjectedStream.) |
![]() | ToEPLStreamType | (Inherited from ProjectedStream.) |
![]() | Unidirectional |
Set to unidirectional.
(Inherited from ProjectedStream.) |