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<stringstring>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<stringstringextraParams
        
[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".