Click or drag to resize

ConfigurationCommonEventTypesNestableMapEvents Property

Returns a map keyed by event type name, and values being the definition for the event type of the property names and types that make up the event, for nestable, strongly-typed Map-based event representations.

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

Property Value

Type: IDictionaryTKey, TValue
map of event type name and definition of event properties
See Also