CompressionOption Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the compression level for content that is stored in a PackagePart.
public enum class CompressionOption
public enum CompressionOption
type CompressionOption =
Public Enum CompressionOption
- Inheritance
Fields
Name | Value | Description |
---|---|---|
NotCompressed | -1 | Compression is turned off. |
Normal | 0 | Compression is optimized for a balance between size and performance. |
Maximum | 1 | Compression is optimized for size. |
Fast | 2 | Compression is optimized for performance. |
SuperFast | 3 | Compression is optimized for high performance. |
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.