Click or drag to resize

CreateIndexColumnType Class

Enumeration to represents the index type.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.sodaCreateIndexColumnType

Namespace:  com.espertech.esper.common.client.soda
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public sealed class CreateIndexColumnType : Enum

The CreateIndexColumnType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBTREE
Binary-tree (sorted) index.
Public fieldStatic memberHASH
Hash-index.
Public fieldvalue__
Top
See Also