C# 클래스 PlayFab.ServerModels.GetContentDownloadUrlRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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?