Click or drag to resize

CreateIndexClause Constructor (String, String, List)

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,
	List columns
)

Parameters

indexName
Type: SystemString

[Missing <param name="indexName"/> documentation for "M:com.espertech.esper.common.client.soda.CreateIndexClause.#ctor(System.String,System.String,System.Collections.Generic.List`1)"]

windowName
Type: SystemString

[Missing <param name="windowName"/> documentation for "M:com.espertech.esper.common.client.soda.CreateIndexClause.#ctor(System.String,System.String,System.Collections.Generic.List`1)"]

columns
Type: System.Collections.GenericListT

[Missing <param name="columns"/> documentation for "M:com.espertech.esper.common.client.soda.CreateIndexClause.#ctor(System.String,System.String,System.Collections.Generic.List`1)"]

See Also