ReplicaMetadata.DeleteDetector Property

When overridden in a derived class, an object that represents the delete detection service.

Namespace:  Microsoft.Synchronization.MetadataStorage
Assembly:  Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)

public abstract DeleteDetector DeleteDetector { get; }

Property Value

Type: Microsoft.Synchronization.MetadataStorage.DeleteDetector
The object that represents the delete detection service.

ExceptionCondition
ObjectDisposedException

The object has been disposed or was not initialized correctly.

DeleteDetector is used by providers of stores that do not track deletes. It can be used to determine which items were deleted from the item store and, therefore, should be represented as tombstones in the metadata store.

Show: