com.apama.dataview
Event DataViewItemDeleted


Notifies all interested clients that a specific Item within a specific DataView has been deleted.
See Also:
com.apama.dataview.DataViewDeleteItem - 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.
 integerdvItemId

The ID of the Item within the DataView.
 sequence<string>keyFields

Sequence of ONLY key field values (for those not using the dvItemId).
 dictionary<stringstring>extraParams

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

dvItemId

integer dvItemId
The ID of the Item within the DataView.

dvName

string dvName
The unique name of the DataView.

extraParams

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

keyFields

sequence<stringkeyFields
Sequence of ONLY key field values (for those not using the dvItemId).

msgId

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