MergeSynchronizationAgent.UploadGenerationsPerBatch Property
Definition
Gets or sets the number of generations to be processed in a single batch while uploading changes from the Subscriber to the Publisher. A generation is defined as a logical group of changes per article.
public:
virtual property short UploadGenerationsPerBatch { short get(); void set(short value); };
public virtual short UploadGenerationsPerBatch { get; set; }
member this.UploadGenerationsPerBatch : int16 with get, set
Public Overridable Property UploadGenerationsPerBatch As Short
Property Value
The number of generations per batch.