Click or drag to resize

CreateIndexClause Class

Create an index on a named window.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.sodaCreateIndexClause

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
[SerializableAttribute]
public class CreateIndexClause

The CreateIndexClause type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyColumns
Returns columns.
Public propertyIndexName
Returns index name.
Public propertyIsUnique
Gets or sets a value indicating whether this instance is unique.
Public propertyWindowName
Returns window name.
Top
Methods
See Also