Conflict Class |
Namespace: Couchbase.Lite
public sealed class Conflict
The Conflict type exposes the following members.
| Name | Description | |
|---|---|---|
| CommonAncestor |
Gets the state of the document before any edits were made
| |
| OperationType |
Gets the type of operation that caused the conflict
| |
| Source |
Gets the version of the document that is already existing
| |
| Target |
Gets the version of the document that is attempting to be
written but cannot due to an existing version
|
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |