ReplicaMetadata.DeleteDetector Property
When overridden in a derived class, an object that represents the delete detection service.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
'Declaration Public MustOverride ReadOnly Property DeleteDetector As DeleteDetector Get 'Usage Dim instance As ReplicaMetadata Dim value As DeleteDetector value = instance.DeleteDetector
Property Value
Type: Microsoft.Synchronization.MetadataStorage.DeleteDetectorThe object that represents the delete detection service.
| Exception | Condition |
|---|---|
| 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: