C# 클래스 PlayFab.AdminModels.GetContentUploadUrlRequest

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

공개 프로퍼티들

프로퍼티 타입 설명
ContentType string
Key string

프로퍼티 상세

ContentType 공개적으로 프로퍼티

A standard MIME type describing the format of the contents. The same MIME type has to be set in the header when uploading the content. If not specified, the MIME type is 'binary/octet-stream' by default.
public string ContentType
리턴 string

Key 공개적으로 프로퍼티

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