Click or drag to resize

FragmentEventType Class

Provides an event type for a property of an event.

A fragment is a property value that is itself an event, or that can be represented as an event. Thereby a fragment comes with event type metadata and means of querying the fragment's properties.

A array or collection of property values that is an array of events or that can be represented as an array of events has the indexed flag set.

A map of property values that is an map of events or that can be represented as a map of events has the mapped flag set.

Inheritance Hierarchy
SystemObject
  com.espertech.esper.common.clientFragmentEventType

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

The FragmentEventType type exposes the following members.

Constructors
  NameDescription
Public methodFragmentEventType
Ctor.
Top
Properties
  NameDescription
Public propertyFragmentType
Returns the type of the fragment.
Public propertyIsIndexed
Returns true if the fragment type is an array.

If a property value is an array and thereby a fragment array, this flag is set to true.

Public propertyIsNative
Returns true if the fragment is a native representation, i.e. a type.
Top
See Also