MergeSynchronizationAgent.DownloadGenerationsPerBatch Property

Definition

Gets or sets the number of generations to be processed in a single batch while downloading changes from the Publisher to the Subscriber. A generation is defined as a logical group of changes per article.

public:
 virtual property short DownloadGenerationsPerBatch { short get(); void set(short value); };
public virtual short DownloadGenerationsPerBatch { get; set; }
member this.DownloadGenerationsPerBatch : int16 with get, set
Public Overridable Property DownloadGenerationsPerBatch As Short

Property Value

The number of generations per batch.

Implements

Applies to