ConflictResolution
Description:
[ CCode ( cprefix = "E_CONFLICT_RESOLUTION_" , type_id = "e_conflict_resolution_get_type ()" ) ]
[ Version ( since = "3.26" ) ]
public enum ConflictResolution
Defines what to do when a conflict between the locally stored and remotely stored object versions happen during object modify or remove.
Content:
Enum values:
- FAIL - Fail when a write-conflict occurs.
- KEEP_LOCAL - Write local version of
the object on conflict.
- KEEP_SERVER - Keep server object
on conflict.
- USE_NEWER - Use newer version of the
object, which can be either the server version or the local version of it.
- WRITE_COPY - Create a new copy of
the object on conflict.