Click or drag to resize

FragmentEventTypeIsIndexed Property

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.

Namespace:  com.espertech.esper.common.client
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
public bool IsIndexed { get; }

Property Value

Type: Boolean
indicator if array fragment
See Also