SyncGroupMetadata Class

Represents the metadata for a SyncGroup object, such as the new anchor value.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.Data.SyncGroupMetadata

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

Syntax

'Declaration
<SerializableAttribute> _
Public Class SyncGroupMetadata
'Usage
Dim instance As SyncGroupMetadata
[SerializableAttribute]
public class SyncGroupMetadata
[SerializableAttribute]
public ref class SyncGroupMetadata
[<SerializableAttribute>]
type SyncGroupMetadata =  class end
public class SyncGroupMetadata

The SyncGroupMetadata type exposes the following members.

Constructors

  Name Description
Public method SyncGroupMetadata() Initializes a new instance of the SyncGroupMetadata class by using default values.
Public method SyncGroupMetadata(String) Initializes a new instance of the SyncGroupMetadata class by using a group name parameter.
Public method SyncGroupMetadata(SyncGroupMetadata) Initializes a new instance of the SyncGroupMetadata class by passing an existing SyncGroupMetadata object as a parameter.

Top

Properties

  Name Description
Public property BatchCount Gets or sets the number of batches that are required to synchronize a group of tables.
Public property GroupName Gets or sets the name of the synchronization group.
Public property MaxAnchor Gets or sets a SyncAnchor object that represents the largest anchor value for a set of changes when changes synchronized in batches.
Public property NewAnchor Gets or sets a SyncAnchor object that defines the upper bound for the set of changes to be synchronized during the current session.
Public property TablesMetadata Gets the collection of SyncTableMetadata objects that correspond to the tables in the SyncGroup.

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

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.Data Namespace