Skip to main content

Enum AdfFileCompressionType

Namespace: Varigence.Languages.Biml.DataFactory

Assembly: Biml.dll

C#


public enum AdfFileCompressionType

Fields

FieldsDescription
BZip2Specifies that the file is compressed using the BZip2 algorithm.
DeflateSpecifies that the file is compressed using the Deflate algorithm.
GZipSpecifies that the file is compressed using the GZip algorithm.
NoneSpecifies that the file is not compressed.
ZipDeflateSpecifies that the file is compressed using the ZipDeflate algorithm.