Note
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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
type FilteringType
public enum FilteringType
Members
| Member name | Description | |
|---|---|---|
| CurrentItemsOnly | The change batch includes data and metadata only for items that are currently in the filter. | |
| 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. |
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.