Developing Apama Applications > Developing Apama Applications in EPL > Making Application Data Available to Clients > Deleting DataView Items > DataViewItemDeleted
DataViewItemDeleted
Syntax
event DataViewItemDeleted {
   string msgId;
   string dvName;
   integer dvItemId;
   sequence<string> keyFields;
   dictionary<string, string> extraParams;
}
These events are responses to DataViewDeleteItem events. They indicate the successful deletion of a DataView item.
Syntax description
msgId
ID of the message to which this message is a response.
dvName
Unique name of the DataView specified in the event to which this event is a response.
dvItemId
ID (see DataViewItem) of the deleted item within the DataView.
keyFields
A sequence of values of key fields in string form. The ith value in this sequence is the value for the ith field that is specified in the fieldNames sequence of the associated DataView definition.
extraParams
Optional field that future implementations may use.
Copyright © 2013-2015 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or its subsidiaries and/or its affiliates and/or their licensors.
Use, reproduction, transfer, publication or disclosure is prohibited except as specifically provided for in your License Agreement with Software AG.