IRealTimeChangeSetEntry Interface Members
- Last UpdatedApr 08, 2026
- 2 minute read
The following tables list the members exposed by IRealTimeChangeSetEntry.
| Name | Description | |
|---|---|---|
![]() | Actions | A collection of actions performed during the operation, such as, number of fields changed in an insert. |
![]() | KeyFieldName | The unique key field name of the record. |
![]() | KeyFieldType | The datatype of the unique key. |
![]() | LayerString | The RealTime API layer that was used to make the change. Values will be "VDB" or "HPDBSet". |
![]() | Operation | The Operation that was performed. Values will be "FieldUpdate", "RecordInserted", "RecordDeleted". NOTE: This operation indicates what was done at the time the operation was performed. Therefore, if an uninstall is being performed, the inverse operation will occur (i.e. A RecordInserted operation will be a delete during an uninstall and a RecordDeleted operation will be an insert during an uninstall). |
![]() | RecordKeyValue | The unique key value of the record. |
![]() | RecordNumber | The record number that was changed. |
![]() | TableNumber | The table number that was changed. |
