C# Class PlayFab.AdminModels.GetContentListResult

Inheritance: PlayFab.SharedModels.PlayFabResultCommon
Mostra file Open project: PlayFab/PlayFabGameServer

Public Properties

Property Type Description
Contents List
ItemCount int
TotalSize uint

Property Details

Contents public_oe property

List of content items.
public List Contents
return List

ItemCount public_oe property

Number of content items returned. We currently have a maximum of 1000 items limit.
public int ItemCount
return int

TotalSize public_oe property

The total size of listed contents in bytes.
public uint TotalSize
return uint