Share via


ChangeUnitMetadata Class

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

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.MetadataStorage.ChangeUnitMetadata

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

Syntax

'Declaration
Public Class ChangeUnitMetadata
'Usage
Dim instance As ChangeUnitMetadata
public class ChangeUnitMetadata
public ref class ChangeUnitMetadata
type ChangeUnitMetadata =  class end
public class ChangeUnitMetadata

The ChangeUnitMetadata type exposes the following members.

Properties

  Name Description
Public property ChangeUnitId Gets the ID of the change unit.
Public property ChangeUnitVersion Gets the current version of the change unit.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

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.

Thread Safety

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

See Also

Reference

Microsoft.Synchronization.MetadataStorage Namespace