Enum AzureSqlDataWarehouseFileCompressionLevel
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. |