MergeSynchronizationAgent.UploadGenerationsPerBatch Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.