C# Class PlayFab.ServerModels.GetContentDownloadUrlRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
HttpMethod string
Key string
ThruCDN bool?

Property Details

HttpMethod public property

HTTP method to fetch item - GET or HEAD. Use HEAD when only fetching metadata. Default is GET.
public string HttpMethod
return string

Key public property

Key of the content item to fetch, usually formatted as a path, e.g. images/a.png
public string Key
return string

ThruCDN public property

True if download through CDN. CDN provides better download bandwidth and time. However, if you want latest, non-cached version of the content, set this to false. Default is true.
public bool? ThruCDN
return bool?