C# 클래스 PlayFab.AdminModels.GetContentListResult

상속: PlayFab.SharedModels.PlayFabResultCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
Contents List
ItemCount int
TotalSize uint

프로퍼티 상세

Contents 공개적으로 프로퍼티

List of content items.
public List Contents
리턴 List

ItemCount 공개적으로 프로퍼티

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

TotalSize 공개적으로 프로퍼티

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