CompressionFormat Enum
Definition
Specifies the compression algorithm to use when writing a file.
public enum CompressionFormat
Fields
| Name | Description |
|---|---|
Brotli |
Specifies that the file should be compressed using the Brotli algorithm when writing. |
GZip |
Specifies that the file should be compressed using the GZip algorithm when writing. |
None |
Specifies that no compression should be used when writing the file. |
Zip |
Specifies that the file should be compressed using the ZIP algorithm when writing. A single file archive will be produced. |
Zstandard |
Specifies that the file should be compressed using the Zstandard algorithm when writing. |