SevenZipLZMA2CompressionSettings.CompressionThreads
SevenZipLZMA2CompressionSettings.CompressionThreads property
Gets or sets compression thread count. If the value greater than 1, multithreading compression will be used.
public int CompressionThreads { get; set; }
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | The number of threads is more than 32. |
Remarks
Do not set this number more than CPU cores.
See Also
- class SevenZipLZMA2CompressionSettings
- namespace Aspose.Zip.Saving
- assembly Aspose.Zip