 | EventTypeGetGetterIndexed Method |
Get the getter of an event property that is a indexed event property: Getters are useful when an application
receives events of the same event type multiple times and requires fast access
to a indexed property.
Returns null if the property name is not valid against the event type or the property is not an indexed
property.
The method takes a indexed property name (and not a property expression) as a parameter.
Namespace:
com.espertech.esper.common.client
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
SyntaxEventPropertyGetterIndexed GetGetterIndexed(
string indexedPropertyName
)
Parameters
- indexedPropertyName
- Type: SystemString
is the property name
Return Value
Type:
EventPropertyGetterIndexeda getter that can be used to obtain property values for event instances of the same event type
See Also