 | CreateIndexClause Constructor (String, String, String, Boolean) |
Namespace:
com.espertech.esper.common.client.soda
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic CreateIndexClause(
string indexName,
string windowName,
string[] properties,
bool isUnique
)
Parameters
- indexName
- Type: SystemString
index name - windowName
- Type: SystemString
is the name of the window to create - properties
- Type: SystemString
properties to index - isUnique
- Type: SystemBoolean
if set to true [is unique].
See Also