| CompressionFormat Enumeration |
Namespace: Intuit.Ipp.Utility
public enum CompressionFormat
| Member name | Value | Description | |
|---|---|---|---|
| DEFAULT | 0 | Default value used to indicate that compression is not specified in the config. | |
| None | 1 | No compression. | |
| GZip | 2 | GZip compression. | |
| Deflate | 3 | Deflate compression. |