Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
PlayFab
ServerModels
GetLeaderboardAroundUserRequest
C# Class PlayFab.ServerModels.GetLeaderboardAroundUserRequest
Inheritance:
PlayFabRequestCommon
显示文件
Open project: PlayFab/PlayFabGameServer
Class Usage Examples
Public Properties
Property
Type
Description
MaxResultsCount
int
PlayFabId
string
StatisticName
string
Property Details
MaxResultsCount
public_oe property
Maximum number of entries to retrieve.
public
int
MaxResultsCount
return
int
PlayFabId
public_oe property
Unique PlayFab assigned ID of the user on whom the operation will be performed.
public
string
PlayFabId
return
string
StatisticName
public_oe property
Unique identifier for the title-specific statistic for the leaderboard.
public
string
StatisticName
return
string