UpdateType

ACTIV Update types. The update type defines the action that should be taken for the update.

Enumeration Members

  • none

    None

  • mapAdd

    Add a new element to the map. The field list in the SubscriptionMessage is the initial set of fields in the new element.

  • mapUpdate

    Update an existing element in the map. The field list in the SubscriptionMessage contains updates to the field list in the element.

  • mapRemove

    Delete an element from the map. A field list may still be present when deleting an element from a map, providing information about the event that caused the delete.

  • mapCommon

    Update fields common to the entire map. The MapKey will not be defined.

Also in this Section