• PRODUCTS
  • SUPPORT
  • DOCS
  • PARTNERS
  • COMPANY
  • QUOTE
  • ACCOUNT
  • STORE
QUOTE

Documentation

Support Forums
What can we help you with?
Topics

Enum AzureSqlDataWarehouseFileCompressionLevel

Namespace:
Varigence.Languages.Biml.Task
Assembly:
Biml.dll
C#
    public enum AzureSqlDataWarehouseFileCompressionLevel
    
  

Fields

Fastest

Specifies that the compression should be performed in such a way as to minimize the time spent.

None

Specifies that no compression is performed on the file.

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.

© Varigence