com.apama.dataview
Event DataViewFieldLookup


The helper dictionary to facilitate sequence position lookup by field name.
See Also:
com.apama.dataview.DataViewGetFieldLookup - Direction: From the DataViewService to the customer Monitor.

Member summary
 stringmsgId

[OPTIONAL] A messageId that applications may choose to use to identify "responses".
 stringdvName

The DataView Name (e.g. conventionally DataView_XXX).
 dictionary<stringinteger>fields

A map of fieldName:fieldIndex.
 dictionary<stringstring>extraParams

[OPTIONAL] Some implementations may choose to make use of this field.
 
Member detail

dvName

            string dvName
        
The DataView Name (e.g. conventionally DataView_XXX).

extraParams

            dictionary<stringstringextraParams
        
[OPTIONAL] Some implementations may choose to make use of this field.

fields

            dictionary<stringintegerfields
        
A map of fieldName:fieldIndex.

msgId

            string msgId
        
[OPTIONAL] A messageId that applications may choose to use to identify "responses".