![]() | CreateIndexClause Class |
Namespace: com.espertech.esper.common.client.soda
[SerializableAttribute] public class CreateIndexClause
The CreateIndexClause type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateIndexClause | Ctor. |
![]() | CreateIndexClause(String, String, ListT) | Initializes a new instance of the CreateIndexClause class |
![]() | CreateIndexClause(String, String, String) | Ctor. |
![]() | CreateIndexClause(String, String, ICollectionT, Void) | Initializes a new instance of the CreateIndexClause class |
![]() | CreateIndexClause(String, String, String, Boolean) |
Initializes a new instance of the CreateIndexClause class.
|
Name | Description | |
---|---|---|
![]() | Columns | Returns columns. |
![]() | IndexName | Returns index name. |
![]() | IsUnique |
Gets or sets a value indicating whether this instance is unique.
|
![]() | WindowName | Returns window name. |
Name | Description | |
---|---|---|
![]() ![]() | Create(String, String, String) | Creates a clause to create a named window. |
![]() ![]() | Create(Boolean, String, String, String) | Creates a clause to create a named window. |
![]() | ToEPL | Renders the clause in textual representation. |