C# Класс PlayFab.ServerModels.GetContentDownloadUrlRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
HttpMethod string
Key string
ThruCDN bool?

Описание свойств

HttpMethod публичное свойство

HTTP method to fetch item - GET or HEAD. Use HEAD when only fetching metadata. Default is GET.
public string HttpMethod
Результат string

Key публичное свойство

Key of the content item to fetch, usually formatted as a path, e.g. images/a.png
public string Key
Результат string

ThruCDN публичное свойство

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
Результат bool?