com.apama.dataview
Event DataViewDefinitionDeleted


Indicates that a specific DataView definition is being unloaded.

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 unique name of the DataView.
 dictionary<string, string >extraParams

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

dvName

string dvName
The unique name of the DataView.

extraParams

dictionary<string, string > extraParams
[OPTIONAL] Some implementations may choose to make use of this field.

msgId

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