Compression Options | Description |
---|---|
None or empty | The file is not compressed. |
Auto | The Data Integration Service detects the compression format of the file based on the file extension. |
DEFLATE | The DEFLATE compression format that uses a combination of the LZ77 algorithm and Huffman coding. |
Gzip | The GNU zip compression format that uses the DEFLATE algorithm. |
Bzip2 | The Bzip2 compression format that uses the Burrows–Wheeler algorithm. |