Constructor MergeInfo
MergeInfo(Int32, Int64, Boolean, Int32)
Creates a new MergeInfo instance from the values required for a MERGE IOContext context.
These values are only estimates and are not the actual values.
Declaration
public MergeInfo(int totalDocCount, long estimatedMergeBytes, bool isExternal, int mergeMaxNumSegments)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | totalDocCount | |
System.Int64 | estimatedMergeBytes | |
System.Boolean | isExternal | |
System.Int32 | mergeMaxNumSegments |