Property MaxRecords
MaxRecords
Gets or sets the maximum number of records to merge, or zero for no limit.
public int MaxRecords { get; set; }
Property Value
Remarks
A bound on output size, in the spirit of ResourceLimits: a merge is one of the
few operations whose output size is controlled by data rather than by the document.