com.apama.dataview
Event DataViewDeleteDefinition


Remove an existing DataView type.

Direction: From the customer Monitor to the DataViewService.

Response: DataViewUnloaded()
See Also:
DataViewUnloaded - 

Member summary
 stringmsgId

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

The DataView Name (e.g. conventionally DataView_XXX).
 dictionary<stringstring>extraParams

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

dvName

string dvName
The DataView Name (e.g. conventionally DataView_XXX).

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".