共用方式為


EndpointUpdateParameters.IsCompressionEnabled 屬性

定義

取得或設定會指出 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

適用於