Click or drag to resize

EventTypeMetadataIsPropertyAgnostic Property

Returns indicator whether the type is property-agnostic, i.e. false for types that have a list of well-defined property names and true for a type that allows any property name

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

Property Value

Type: Boolean
indicator
See Also