preparation for sync
- Partial item updates: only (bulk) update properties that have been changed since last time this item was retrieved
- Implementing by having a set
ItemBase._updated_properties
and extendingsetattr
in Itembase when setting properties
- Implementing by having a set
- add
ItemBase._in_pod
,True
if item exists in the Pod. - Edit podclient to make both work