Click or drag to resize

CreateIndexClause Constructor (String, String, String)

Ctor.

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public CreateIndexClause(
	string indexName,
	string windowName,
	string[] properties
)

Parameters

indexName
Type: SystemString
index name
windowName
Type: SystemString
is the name of the window to create
properties
Type: SystemString
properties to index
See Also