Glossary: ReplicationConflictNotification

General

This class extends EventArgs.

Properties

Name Type Description
ItemType ReplicationConflictTypes Replication conflict type (described below)
Id string Identifier of conflicted document
Etag Etag Etag of conflict
OperationType ReplicationOperationTypes Operation Type (described below)
Conflicts string[] Identifier of conflicted versions

ReplicationConflictTypes (enum flags)

Members

Name Value
None 0
DocumentReplicationConflict 1
AttachmentReplicationConflict 2

ReplicationOperationTypes (enum flags)

Members

Name Value
None 0
Put 1
Delete 2