Couchbase Lite .NET Documentation
Couchbase Lite .NET Documentation
Couchbase.Lite
IDatabase Interface
IDatabase Properties
ConflictResolver Property
Item Property
Name Property
Options Property
Path Property
IDatabase
ConflictResolver Property
Gets or sets the conflict resolver to use when conflicts arise
Namespace:
Couchbase.Lite
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0033
Syntax
C#
Copy
IConflictResolver
ConflictResolver
{
get
;
set
; }
Property Value
Type:
IConflictResolver
Exceptions
Exception
Condition
ThreadSafetyViolationException
Thrown if an invalid access attempt is made
See Also
Reference
IDatabase Interface
Couchbase.Lite Namespace