C# 클래스 PlayFab.AdminModels.ContentInfo

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Key string
LastModified System.DateTime
Size uint

프로퍼티 상세

Key 공개적으로 프로퍼티

Key of the content
public string Key
리턴 string

LastModified 공개적으로 프로퍼티

Last modified time
public DateTime,System LastModified
리턴 System.DateTime

Size 공개적으로 프로퍼티

Size of the content in bytes
public uint Size
리턴 uint