C# Class PlayFab.AdminModels.GetContentUploadUrlRequest

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

Public Properties

Property Type Description
ContentType string
Key string

Property Details

ContentType public property

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
return string

Key public property

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