Click or drag to resize

CreateIndexClauseCreate Method (Boolean, 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
Syntax
C#
public static CreateIndexClause Create(
	bool unique,
	string indexName,
	string windowName,
	params string[] properties
)

Parameters

unique
Type: SystemBoolean
for unique index
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: CreateIndexClause
create variable clause
See Also