Click or drag to resize

FilterStream Methods

The FilterStream type exposes the following members.

Methods
  NameDescription
Public methodAddView(View)
Add a view to the stream.
(Inherited from ProjectedStream.)
Public methodAddView(String, Expression)
Adds a parameterized view to the stream.
(Inherited from ProjectedStream.)
Public methodAddView(String, String)
Adds an un-parameterized view to the stream.
(Inherited from ProjectedStream.)
Public methodAddView(String, String, Expression)
Adds a parameterized view to the stream.
(Inherited from ProjectedStream.)
Public methodAddView(String, String, IListT) (Inherited from ProjectedStream.)
Public methodStatic memberCreate(String)
Creates a stream of events of the given name.
Public methodStatic memberCreate(Filter)
Creates a stream using a filter that provides the event type name and filter expression to filter for.
Public methodStatic memberCreate(String, Expression)
Creates a stream of events of the given event type name and names that stream. Example: "select * from MyeventTypeName as StreamName".
Public methodStatic memberCreate(String, String)
Creates a stream of events of the given event type name and names that stream. Example: "select * from MyeventTypeName as StreamName".
Public methodStatic memberCreate(Filter, String)
Creates a stream using a filter that provides the event type name and filter expression to filter for.
Public methodStatic memberCreate(String, String, Expression)
Creates a stream of events of the given event type name and names that stream. Example: "select * from MyeventTypeName as StreamName".
Public methodToEPL
Renders the clause in textual representation.
(Inherited from Stream.)
Public methodToEPLProjectedStream (Overrides ProjectedStreamToEPLProjectedStream(TextWriter, EPStatementFormatter).)
Public methodToEPLProjectedStreamType (Overrides ProjectedStreamToEPLProjectedStreamType(TextWriter).)
Public methodToEPLStream
Renders the clause in textual representation.
(Inherited from ProjectedStream.)
Public methodToEPLStreamOptions (Inherited from ProjectedStream.)
Public methodToEPLStreamType (Inherited from ProjectedStream.)
Public methodUnidirectional
Set to unidirectional.
(Inherited from ProjectedStream.)
Top
See Also