AdfFileCompressionType Enumeration
Provides options for supported file compression types in Azure Data Factory.
Enumeration Values
Name | Summary |
---|---|
None | Specifies that the file is not compressed. |
GZip | Specifies that the file is compressed using the GZip algorithm. |
Deflate | Specifies that the file is compressed using the Deflate algorithm. |
BZip2 | Specifies that the file is compressed using the BZip2 algorithm. |
ZipDeflate | Specifies that the file is compressed using the ZipDeflate algorithm. |