Skip to main content

Enum AzureSqlDataWarehouseFileCompressionType

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum AzureSqlDataWarehouseFileCompressionType

Fields​

FieldsDescription
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.