[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Returns a map keyed by event type alias name, and values being the definition for the event type of the property names and types that make up the event.

Namespace: net.esper.client
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public ReadOnly Property EventTypesMapEvents As EDictionary(Of String, EDictionary(Of String, String))
C#
public EDictionary<string, EDictionary<string, string>> EventTypesMapEvents { get; }
Visual C++
public:
property EDictionary<String^, EDictionary<String^, String^>^>^ EventTypesMapEvents {
	EDictionary<String^, EDictionary<String^, String^>^>^ get ();
}

Return Value

map of event type alias name and definition of event properties