couchbase
    Preparing search index...

    Enumeration ConflictResolutionType

    Represents the various conflict resolution modes which can be used for XDCR synchronization against a bucket.

    Index

    Enumeration Members

    Enumeration Members

    Custom: "custom"

    Indicates that custom conflict resolution should be used.

    This mode is only available in Couchbase Server 7.1 with the "developer-preview" mode enabled.

    SequenceNumber: "seqno"

    Indicates that the seqno of the document should be used for conflict resolution.

    Timestamp: "lww"

    Indicates that timestamps should be used for conflict resolution. The most recently modified document (according to each server, ie: time synchronization is important) is the one selected to win.