3.3.17.2 ObjectChangeTypes
Topic Version | 1 | Published | 10/31/2016 | |
For Standard | ETP 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" ] } |