 | ProjectedStreamAddView Method (String, String) |
Adds an un-parameterized view to the stream.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic ProjectedStream AddView(
string namespace,
string name
)
Parameters
- namespace
- Type: SystemString
is the view namespace, for example "win" for most data windows - name
- Type: SystemString
is the view name, for example "length" for a length window
Return Value
Type:
ProjectedStreamstream
See Also