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

Returns the map of event type alias to legacy event type configuration.

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

Syntax

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

Return Value

map with alias as the key and legacy type config as the value