Skip to main content

AdfFileCompressionLevel Enumeration

AdfFileCompressionLevel Enumeration

Provides options for the level of compression performed on a file in Azure Data Factory.

Enumeration Values

NameSummary
None
Specifies that no compression is performed on the file.
Fastest
Specifies that the compression should be performed in such a way as to minimize the time spent.
Optimal
Specifies 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.