EndpointUpdateParameters.IsCompressionEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定會指出 CDN 上是否啟用內容壓縮。 預設值為 false。 如果啟用壓縮,如果使用者要求壓縮版本,則會將內容當做壓縮。 當要求的內容小於 1 位元組或大於 1 MB 時,內容將不會壓縮在 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