Skip to main content

Enum AzureSqlDataWarehouseFileCompressionLevel

Namespace: Varigence.Languages.Biml.Task

Assembly: Biml.dll

C#


public enum AzureSqlDataWarehouseFileCompressionLevel

Fields

FieldsDescription
FastestSpecifies that the compression should be performed in such a way as to minimize the time spent.
NoneSpecifies that no compression is performed on the file.
OptimalSpecifies that the compression should be performed in such a way as to minimize the size of the resulting file, even if extra time is taken to do so.