Click or drag to resize

CreateIndexClause Constructor (String, String, String, Boolean)

Initializes a new instance of the CreateIndexClause class.

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,
	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