Click or drag to resize

FragmentEventType Constructor

Ctor.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public FragmentEventType(
	EventType fragmentType,
	bool indexed,
	bool isNative
)

Parameters

fragmentType
Type: com.espertech.esper.common.clientEventType
the event type for a property value for an event.
indexed
Type: SystemBoolean
true to indicate that property value is an array of events
isNative
Type: SystemBoolean
true
See Also