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)

Syntax

'Declaration
Public MustOverride ReadOnly Property DeleteDetector As DeleteDetector
'Usage
Dim instance As ReplicaMetadata
Dim value As DeleteDetector

value = instance.DeleteDetector
public abstract DeleteDetector DeleteDetector { get; }
public:
virtual property DeleteDetector^ DeleteDetector {
    DeleteDetector^ get () abstract;
}
/** @property */
public abstract DeleteDetector get_DeleteDetector ()
public abstract function get DeleteDetector () : DeleteDetector

Property Value

The object that represents the delete detection service.

Exceptions

Exception type Condition

ObjectDisposedException

The object has been disposed or was not initialized correctly.

Remarks

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.

See Also

Reference

ReplicaMetadata Class
ReplicaMetadata Members
Microsoft.Synchronization.MetadataStorage Namespace