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<string, integer >fields

A map of fieldName:fieldIndex.
 dictionary<string, string >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<string, string > extraParams
[OPTIONAL] Some implementations may choose to make use of this field.

fields

dictionary<string, integer > fields
A map of fieldName:fieldIndex.

msgId

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