Represents a complete leaderboard record with all scores and associated metadata.
More...
|
| string | CreateTime [get] |
| | The UNIX time (for gRPC clients) or ISO string (for REST clients) when the leaderboard record was created.
|
| string | ExpiryTime [get] |
| | The UNIX time (for gRPC clients) or ISO string (for REST clients) when the leaderboard record expires.
|
| string | LeaderboardId [get] |
| | The ID of the leaderboard this score belongs to.
|
| int | MaxNumScore [get] |
| | The maximum number of score updates allowed by the owner.
|
| string | Metadata [get] |
| | Metadata.
|
| int | NumScore [get] |
| | The number of submissions to this score record.
|
| string | OwnerId [get] |
| | The ID of the score owner, usually a user or group.
|
| string | Rank [get] |
| | The rank of this record.
|
| string | Score [get] |
| | The score value.
|
| string | Subscore [get] |
| | An optional subscore value.
|
| string | UpdateTime [get] |
| | The UNIX time (for gRPC clients) or ISO string (for REST clients) when the leaderboard record was updated.
|
| string | Username [get] |
| | The username of the score owner, if the owner is a user.
|
Represents a complete leaderboard record with all scores and associated metadata.
◆ CreateTime
| string Nakama.IApiLeaderboardRecord.CreateTime |
|
get |
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the leaderboard record was created.
◆ ExpiryTime
| string Nakama.IApiLeaderboardRecord.ExpiryTime |
|
get |
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the leaderboard record expires.
◆ LeaderboardId
| string Nakama.IApiLeaderboardRecord.LeaderboardId |
|
get |
The ID of the leaderboard this score belongs to.
◆ MaxNumScore
| int Nakama.IApiLeaderboardRecord.MaxNumScore |
|
get |
The maximum number of score updates allowed by the owner.
◆ Metadata
| string Nakama.IApiLeaderboardRecord.Metadata |
|
get |
◆ NumScore
| int Nakama.IApiLeaderboardRecord.NumScore |
|
get |
The number of submissions to this score record.
◆ OwnerId
| string Nakama.IApiLeaderboardRecord.OwnerId |
|
get |
The ID of the score owner, usually a user or group.
◆ Rank
| string Nakama.IApiLeaderboardRecord.Rank |
|
get |
◆ Score
| string Nakama.IApiLeaderboardRecord.Score |
|
get |
◆ Subscore
| string Nakama.IApiLeaderboardRecord.Subscore |
|
get |
An optional subscore value.
◆ UpdateTime
| string Nakama.IApiLeaderboardRecord.UpdateTime |
|
get |
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the leaderboard record was updated.
◆ Username
| string Nakama.IApiLeaderboardRecord.Username |
|
get |
The username of the score owner, if the owner is a user.
The documentation for this interface was generated from the following file: