Skip to main content

Glossary: ReplicationConflictNotification

General

This class extends EventArgs.

Properties

NameTypeDescription
ItemTypeReplicationConflictTypesReplication conflict type (described below)
IdstringIdentifier of conflicted document
EtagEtagEtag of conflict
OperationTypeReplicationOperationTypesOperation Type (described below)
Conflictsstring[]Identifier of conflicted versions

ReplicationConflictTypes (enum flags)

Members

NameValue
None0
DocumentReplicationConflict1
AttachmentReplicationConflict2

ReplicationOperationTypes (enum flags)

Members

NameValue
None0
Put1
Delete2