CompressionLevel Enumeration

Defines a tradeoff between fast vs. strong compression. The specific meaning depends of the Deflator 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 because the 2.0 deflator does not support this parameter.

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

Syntax

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

Members

Member name Description
Optimal
Fastest
NoCompression

See Also

Reference

Microsoft.TeamFoundation.Framework.Server Namespace