LoggedConflict Class
Represents metadata and data for a conflict that can be logged.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
The LoggedConflict type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | LoggedConflict(SyncIdFormatGroup, ItemChange, Object, SyncKnowledge, SyncKnowledge) | Initializes a new instance of the LoggedConflict class that represents a concurrency conflict, by using the specified ID format schema, item change metadata, item data, conflict knowledge, and made-with knowledge. |
![]() | LoggedConflict(SyncIdFormatGroup, ItemChange, SyncId, ConstraintConflictReason, Object, SyncKnowledge, SyncKnowledge, Boolean) | Initializes a new instance of the LoggedConflict class that represents a constraint conflict, by using the specified ID format schema, item change metadata, conflicting item ID, constraint conflict reason, item data, conflict knowledge, made-with knowledge, and value that indicates whether the conflict is temporary. |
| Name | Description | |
|---|---|---|
![]() | ChangeData | Gets an object that either contains or can be used to retrieve item data. |
![]() | ChangeKind | Gets the type of change that caused the conflict. |
![]() | ChangeVersion | Gets the version that is associated with the change that caused the conflict. |
![]() | ConflictingChangeUnits | Gets the change unit IDs of change units in the destination replica that conflict with change units in this item. |
![]() | ConflictingItemId | Gets the item ID of the item in the destination replica that conflicts with this item, when this conflict is a constraint conflict. |
![]() | ConflictKnowledge | Gets the knowledge to be learned if this change is applied. |
![]() | ConflictReason | Gets the reason the conflict occurred, when this conflict is a constraint conflict. |
![]() | CreationVersion | Gets the creation version of the source item. |
![]() | IsConstraint | Gets a value that indicates whether this conflict is a constraint conflict. |
![]() | IsMergeTombstone | Gets a value that indicates whether the change that caused this conflict is a merge tombstone. |
![]() | IsTemporary | Gets a value that indicates whether this conflict is temporary. |
![]() | ItemId | Gets the ID of the source item that caused the conflict. |
![]() | MergeTombstoneWinnerId | Gets the item ID that is used to identify the merged item in the synchronization community, when this conflict is on a merge tombstone. |
![]() | ReplicaId | Gets the ID of the replica that originated the change that caused the conflict. |
Show:
