SyncGroupMetadata Class
Represents the metadata for a SyncGroup object, such as the new anchor value.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
The SyncGroupMetadata type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | SyncGroupMetadata | Initializes a new instance of the SyncGroupMetadata class by using default values. |
![]() | SyncGroupMetadata(String) | Initializes a new instance of the SyncGroupMetadata class by using a group name parameter. |
![]() | SyncGroupMetadata(SyncGroupMetadata) | Initializes a new instance of the SyncGroupMetadata class by passing an existing SyncGroupMetadata object as a parameter. |
| Name | Description | |
|---|---|---|
![]() | BatchCount | Gets or sets the number of batches that are required to synchronize a group of tables. |
![]() | GroupName | Gets or sets the name of the synchronization group. |
![]() | MaxAnchor | Gets or sets a SyncAnchor object that represents the largest anchor value for a set of changes when changes synchronized in batches. |
![]() | NewAnchor | Gets or sets a SyncAnchor object that defines the upper bound for the set of changes to be synchronized during the current session. |
![]() | TablesMetadata | Gets the collection of SyncTableMetadata objects that correspond to the tables in the SyncGroup. |
Show:
