 | ViewCreate Method (String) |
Creates a view.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static View Create(
string name
)
Parameters
- name
- Type: SystemString
is the view name, i.e. "length" for length window
Return Value
Type:
Viewview
See Also