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
is the ID of the message to which this is a response.
dvName
is the unique name of the DataView specified in the event to which this is a response.
dvItemId
is the service-generated ID (see
DataViewItem
) of the deleted item, or
-1
if the
keyFields
field was specified instead.
keyFields
is an optional field containing the key values in the event to which this is a response, if specified.
extraParams
is an optional field that future implementations may use.
Copyright ©
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.