Compartir a través de


EndpointUpdateParameters.ContentTypesToCompress Propiedad

Definición

Obtiene o establece la lista de tipos de contenido en los que se aplica la compresión. El valor debe ser un tipo MIME válido.

[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)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a