FilteringType Enumeration

Indicates the type of information that is included in a change batch during filtered synchronization.

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

'Declaration
Public Enumeration FilteringType
'Usage
Dim instance As FilteringType

Member nameDescription
CurrentItemsOnlyThe change batch includes data and metadata only for items that are currently in the filter.
CurrentItemsAndVersionsForMovedOutItemsThe change batch includes data and metadata for items that are currently in the filter, and metadata for items that have recently moved out of the filter.

A replica that does not keep ghosts for items that are not in the filter indicates this by using CurrentItemsOnly. A ghost is metadata for an item that has recently moved out of the filter.

Show: