A collection of changes made to one entity type during a sync transaction. Delivered via SyncClientChangeListener. IDs of changed objects are available via puts
and those of removed objects via removals
.
More...
#include <objectbox-sync.hpp>
Public Attributes | |
obx_schema_id | entityId = 0 |
std::vector< obx_id > | puts |
std::vector< obx_id > | removals |
A collection of changes made to one entity type during a sync transaction. Delivered via SyncClientChangeListener. IDs of changed objects are available via puts
and those of removed objects via removals
.
obx_schema_id obx::SyncChange::entityId = 0 |
std::vector<obx_id> obx::SyncChange::puts |
std::vector<obx_id> obx::SyncChange::removals |