Click or drag to resize

VirtualDataWindowEventStartIndex Class

Event raised when an index gets created or started via the "create index" syntax.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.client.hook.vdwVirtualDataWindowEvent
    com.espertech.esper.common.client.hook.vdwVirtualDataWindowEventStartIndex

Namespace:  com.espertech.esper.common.client.hook.vdw
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public class VirtualDataWindowEventStartIndex : VirtualDataWindowEvent

The VirtualDataWindowEventStartIndex type exposes the following members.

Constructors
  NameDescription
Public methodVirtualDataWindowEventStartIndex
Initializes a new instance of the VirtualDataWindowEventStartIndex class
Top
Properties
  NameDescription
Public propertyFields
Returns a list of fields that are part of the index.
Public propertyIndexName
Returns the index name.
Public propertyIsUnique
Returns indictor for unique index
Public propertyNamedWindowName
Returns the named window name.
Top
See Also