3.3.17.2 ObjectChangeTypes

Topic Version1Published10/31/2016
For StandardETP v1.1

Enumeration of the kinds of change that can be supplied in a notification record. Follows the upsert semantics of the object protocol; hence, there is no distinction in change type for a new versus a changed data object.

Attribute

Description

Data Type

Min

Max

Upsert

Object has been inserted or updated.

int

1

1

Delete

Object has been deleted

int

1

1

Avro Source

{

      "type": "enum",

      "namespace": "Energistics.Datatypes.Object",

      "name": "ObjectChangeTypes",

      "symbols":

     [

         "Upsert",

         "Delete"

     ]

}