Enum AdfFileCompressionType
C#
public enum AdfFileCompressionType
Fields
BZip2 | Specifies that the file is compressed using the BZip2 algorithm. |
Deflate | Specifies that the file is compressed using the Deflate algorithm. |
GZip | Specifies that the file is compressed using the GZip algorithm. |
None | Specifies that the file is not compressed. |
ZipDeflate | Specifies that the file is compressed using the ZipDeflate algorithm. |