EndpointUpdateParameters.OptimizationType Property

Definition

Gets or sets specifies what scenario the customer wants this CDN endpoint to optimize for, e.g. Download, Media services. With this information, CDN can apply scenario driven optimization. Possible values include: 'GeneralWebDelivery', 'GeneralMediaStreaming', 'VideoOnDemandMediaStreaming', 'LargeFileDownload', 'DynamicSiteAcceleration'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.optimizationType")]
public string OptimizationType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.optimizationType")>]
member this.OptimizationType : string with get, set
Public Property OptimizationType As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to