Developing Apama Applications > Developing Apama Applications in EPL > Making Application Data Available to Clients > Deleting DataView Items > DataViewDeleteItem
DataViewDeleteItem
Syntax
event DataViewDeleteItem {
   string msgId;
   string dvName;
   integer dvItemId;
   sequence<string> keyFields;
   dictionary<string, string> extraParams;
}
Create and route an event of this type to delete a DataView item. A response is provided by a DataViewItemDeleted, DataViewException or DataViewItemException event.
Syntax description
msgId
Optional field for a message ID that applications can use to identify responses.
dvName
Unique name of the DataView definition associated with the item to be deleted.
dvItemId
Service-generated ID (see DataViewItem) of the deleted item within the DataView. If you specify dvItemId then you do not need to specify keyFields.
keyFields
If you do not have the dvItemId of the item to be deleted, specify this field to identify the item to be deleted. Specify 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. If you specify dvItemId then you do not need to specify keyFields.
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.