C# Class PlayFab.AdminModels.ContentInfo

Mostra file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
Key string
LastModified System.DateTime
Size uint

Property Details

Key public_oe property

Key of the content
public string Key
return string

LastModified public_oe property

Last modified time
public DateTime,System LastModified
return System.DateTime

Size public_oe property

Size of the content in bytes
public uint Size
return uint