ReplicatorConfigurationConflictResolver Property |
Gets or sets the object to use when resolving incoming conflicts. The default
is null which will set up the default algorithm of the most active revision
Namespace:
Couchbase.Lite.Sync
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0295
Syntax public IConflictResolver ConflictResolver { get; set; }
Property Value
Type:
IConflictResolverSee Also