ChangeUnitMetadata Class
Represents the metadata that is associated with a change unit contained in an item in the synchronization scope.
Assembly: Microsoft.Synchronization.MetadataStorage (in Microsoft.Synchronization.MetadataStorage.dll)
The ChangeUnitMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangeUnitId | Gets the ID of the change unit. |
![]() | ChangeUnitVersion | Gets the current version of the change unit. |
The metadata for a change unit contains its current version and its ID. A list of the ChangeUnitMetadata objects that are contained in an ItemMetadata object can be obtained by calling ItemMetadata.GetChangeUnitEnumerator.
Show:
