Click or drag to resize

DatabaseConfigurationConflictResolver Property

Gets or sets the IConflictResolver used to handle conflicts by default in the database to be created

Namespace:  Couchbase.Lite
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