SyncGroupMetadata::MaxAnchor Property

Gets or sets a SyncAnchor object that represents the largest anchor value for a set of changes when changes synchronized in batches.

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

public:
property SyncAnchor^ MaxAnchor {
	SyncAnchor^ get ();
	void set (SyncAnchor^ value);
}

Property Value

Type: Microsoft.Synchronization.Data::SyncAnchor
A SyncAnchor object that represents the largest anchor value for a set of changes.

The maximum anchor value is used to batch changes during the download from the server to the client. When the maximum anchor value is equal to NewAnchor, the final batch has been processed. For more information, see How to: Specify the Order and Batch Size of Changes.

Show: