C# Class PlayFab.AdminModels.GetContentUploadUrlRequest

Inheritance: PlayFabRequestCommon
Datei anzeigen Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
ContentType string
Key string

Property Details

ContentType public_oe 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_oe property

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