Skip to main content

Enum AdfFileCompressionLevel

Namespace: Varigence.Languages.Biml.DataFactory

Assembly: Biml.dll

C#


public enum AdfFileCompressionLevel

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.