Click or drag to resize

BigFileSorterT Properties

The BigFileSorterT generic type exposes the following members.

Properties
  NameDescription
Public propertyBlockFileSizeInBytes
The Size of each block that will be sorted in memory which are later merged together
Public propertyDeleteTempFiles
Indicates if the temporary files will be deleted (True by default)
Public propertyEncoding
The Encoding used to read and write the files
Public propertyRunGcCollectForEachPart
Indicates if the Sorter run a GC.Collect() after sort and write each part. Default is true.
Public propertyTempDirectory
The directory for the temp files (by the default the same directory as sourceFile)
Top
See Also