ReplicaMetadata::LastDeletedItemsCleanupTime Property

When overridden in a derived class, gets the time when deleted items were last cleaned up by CleanupDeletedItems.

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

public:
virtual property DateTime LastDeletedItemsCleanupTime {
	DateTime get () abstract;
}

Property Value

Type: System::DateTime
The time when deleted items were last cleaned up by CleanupDeletedItems. If deleted items have not previously been cleaned up, DateTime::MinValue will be returned.

ExceptionCondition
ObjectDisposedException

The object has been disposed or was not initialized correctly.

This value is set when a deleted item cleanup is performed by CleanupDeletedItems.

Show: