Click or drag to resize

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-b0520
Syntax
C#
public IConflictResolver ConflictResolver { get; set; }

Property Value

Type: IConflictResolver
See Also