다음을 통해 공유


EndpointUpdateParameters.ContentTypesToCompress 속성

정의

압축이 적용되는 콘텐츠 형식 목록을 가져오거나 설정합니다. 값은 유효한 MIME 형식이어야 합니다.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.contentTypesToCompress")]
public System.Collections.Generic.IList<string> ContentTypesToCompress { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.contentTypesToCompress")>]
member this.ContentTypesToCompress : System.Collections.Generic.IList<string> with get, set
Public Property ContentTypesToCompress As IList(Of String)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

적용 대상