ChangeUnitMetadata Class

Represents the metadata that is associated with a change unit contained in an item in the synchronization scope.

System.Object
  Microsoft.Synchronization.MetadataStorage.ChangeUnitMetadata

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

'Declaration
Public Class ChangeUnitMetadata
'Usage
Dim instance As ChangeUnitMetadata

The ChangeUnitMetadata type exposes the following members.

  NameDescription
Public propertyChangeUnitIdGets the ID of the change unit.
Public propertyChangeUnitVersionGets the current version of the change unit.
Top

  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top

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.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: