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)

Syntax

'Declaration
Public Enumeration FilteringType
'Usage
Dim instance As FilteringType
public enum FilteringType
public enum class FilteringType
public enum FilteringType
public enum FilteringType

Members

  Member name Description
CurrentItemsAndVersionsForMovedOutItems The 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. 
CurrentItemsOnly The change batch includes data and metadata only for items that are currently in the filter. 

Remarks

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.

See Also

Reference

Microsoft.Synchronization Namespace