Click or drag to resize

CreateIndexClause Constructor (String, String, ICollection, Void)

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,
	ICollection columns,
	void isUnique
)

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.ICollection`1,System.Void)"]

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.ICollection`1,System.Void)"]

columns
Type: System.Collections.GenericICollectionT

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

isUnique
Type: SystemVoid

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

See Also