Share via


CompressionSettings Class

Definition

settings for compression.

public class CompressionSettings
type CompressionSettings = class
Public Class CompressionSettings
Inheritance
CompressionSettings

Constructors

CompressionSettings()

Initializes a new instance of the CompressionSettings class.

CompressionSettings(IList<String>, Nullable<Boolean>)

Initializes a new instance of the CompressionSettings class.

Properties

ContentTypesToCompress

Gets or sets list of content types on which compression applies. The value should be a valid MIME type.

IsCompressionEnabled

Gets or sets indicates whether content compression is enabled on AzureFrontDoor. Default value is false. If compression is enabled, content will be served as compressed if user requests for a compressed version. Content won't be compressed on AzureFrontDoor when requested content is smaller than 1 byte or larger than 1 MB.

Applies to