![]() | FilterStreamCreate Method |
Name | Description | |
---|---|---|
![]() ![]() | 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".
|