C# Class PlayFab.ServerModels.GetCharacterLeaderboardRequest

Inheritance: PlayFabRequestCommon
Show file Open project: PlayFab/PlayFabGameServer Class Usage Examples

Public Properties

Property Type Description
CharacterId string
CharacterType string
MaxResultsCount int
StartPosition int
StatisticName string

Property Details

CharacterId public property

Unique PlayFab assigned ID for a specific character owned by a user
public string CharacterId
return string

CharacterType public property

Optional character type on which to filter the leaderboard entries.
public string CharacterType
return string

MaxResultsCount public property

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

StartPosition public property

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

StatisticName public property

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