Enum AdfFileCompressionType
Namespace: Varigence.Languages.Biml.DataFactory
Assembly: Biml.dll
C#
public enum AdfFileCompressionType
Fields
Fields | Description |
---|---|
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. |