Click or drag to resize

EventUnderlyingType Class

Enumeration of event representation.
Inheritance Hierarchy
SystemEnum
  com.espertech.esper.common.client.utilEventUnderlyingType

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

The EventUnderlyingType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberAVRO
Event representation is Avro (GenericData.Record).
Public fieldStatic memberMAP
Event representation is Map (any IDictionary interface implementation).
Public fieldStatic memberOBJECTARRAY
Event representation is object-array (Object[]).
Public fieldvalue__
Top
Extension Methods
  NameDescription
Public Extension MethodGetUnderlyingClassName
Returns the class name of the default underlying type.
(Defined by EventUnderlyingTypeExtensions.)
Top
See Also