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

Enumeration members

SequenceNumber

SequenceNumber: = "seqno"

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

Timestamp

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