Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ConflictResolutionType

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

Index

Enumeration members

Custom = "custom"

Indicates that custom conflict resolution should be used.

experimental

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.

Generated using TypeDoc