CostManagementExportData.CompressionMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allow customers to select compress data for exports. This setting will enable destination file compression scheme at runtime. By default set to None. Gzip is for csv and snappy for parquet.
public Azure.ResourceManager.CostManagement.Models.CompressionModeType? CompressionMode { get; set; }
member this.CompressionMode : Nullable<Azure.ResourceManager.CostManagement.Models.CompressionModeType> with get, set
Public Property CompressionMode As Nullable(Of CompressionModeType)