 | CreateIndexClauseCreate Method (String, String, String) |
Creates a clause to create a named window.
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static CreateIndexClause Create(
string indexName,
string windowName,
params string[] properties
)
Parameters
- indexName
- Type: SystemString
name of index - windowName
- Type: SystemString
is the name of the named window - properties
- Type: SystemString
properties to index
Return Value
Type:
CreateIndexClausecreate variable clause
See Also