com.apama.dataview
Event DataViewDeleteAllItems


Request that all Items within a specific DataView are deleted.
See Also:
com.apama.dataview.DataViewAllItemsDeleted - Direction: From the customer Monitor to the DataViewService.

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.

To avoid collisions with keys that may be added to the product in future, all user-defined extraParams should start with a prefix identifying the application or organisation they were added for.

msgId

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