RemoveWithObjectData constant
int
const RemoveWithObjectData
When set, remove operations will include the full object data in the TX log (REMOVE_OBJECT command). This allows Sync filters to filter out remove operations based on the object content. Without this flag, remove operations only contain the object ID and cannot be filtered. Note: this increases the size of TX logs for remove operations.
Implementation
static const int RemoveWithObjectData = 8;