C# Class PlayFab.ServerModels.GetLeaderboardRequest

Inheritance: PlayFabRequestCommon
ファイルを表示 Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
MaxResultsCount int
StartPosition int
StatisticName string

Property Details

MaxResultsCount public_oe property

Maximum number of entries to retrieve.
public int MaxResultsCount
return int

StartPosition public_oe property

First entry in the leaderboard to be retrieved.
public int StartPosition
return int

StatisticName public_oe property

Unique identifier for the title-specific statistic for the leaderboard.
public string StatisticName
return string