CompressionLevel Enumeration

Defines a tradeoff between fast vs. strong compression. The specific meaning depends of the Deflater implementation. *** In this .NET-2.0 compatible version of the Zip library CompressionLevel will be ignored. It exists only to make the surface area compatible with the 4.5 version. This is becasue the 2.0 deflater does not support this parameter.

Namespace:  Microsoft.TeamFoundation.Server.Core
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
Public Enumeration CompressionLevel
public enum CompressionLevel
public enum class CompressionLevel
type CompressionLevel
public enum CompressionLevel

Members

Member name Description
Fastest

NoCompression

Optimal

See Also

Reference

Microsoft.TeamFoundation.Server.Core Namespace