EndpointInner.IsCompressionEnabled 속성

정의

가져오거나 설정은 CDN에서 콘텐츠 압축을 사용할 수 있는지 여부를 나타냅니다. 기본값은 false입니다. 압축을 사용하도록 설정하면 사용자가 압축된 버전을 요청하는 경우 콘텐츠가 압축된 상태로 제공됩니다. 요청된 콘텐츠가 1바이트보다 작거나 1MB보다 큰 경우 CDN에서 콘텐츠가 압축되지 않습니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.isCompressionEnabled")]
public bool? IsCompressionEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.isCompressionEnabled")>]
member this.IsCompressionEnabled : Nullable<bool> with get, set
Public Property IsCompressionEnabled As Nullable(Of Boolean)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상