Nakama .NET Client SDK 3.8.0
Nakama .NET Client SDK
Loading...
Searching...
No Matches
Nakama.Console.IApiLeaderboardRecord Interface Reference

Represents a complete leaderboard record with all scores and associated metadata. More...

Inherited by Nakama.Console.ApiLeaderboardRecord.

Properties

string CreateTime [get]
 The UNIX time when the leaderboard record was created.
 
string ExpiryTime [get]
 The UNIX time 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 when the leaderboard record was updated.
 
string Username [get]
 The username of the score owner, if the owner is a user.
 

Detailed Description

Represents a complete leaderboard record with all scores and associated metadata.

Property Documentation

◆ CreateTime

string Nakama.Console.IApiLeaderboardRecord.CreateTime
get

The UNIX time when the leaderboard record was created.

◆ ExpiryTime

string Nakama.Console.IApiLeaderboardRecord.ExpiryTime
get

The UNIX time when the leaderboard record expires.

◆ LeaderboardId

string Nakama.Console.IApiLeaderboardRecord.LeaderboardId
get

The ID of the leaderboard this score belongs to.

◆ MaxNumScore

int Nakama.Console.IApiLeaderboardRecord.MaxNumScore
get

The maximum number of score updates allowed by the owner.

◆ Metadata

string Nakama.Console.IApiLeaderboardRecord.Metadata
get

Metadata.

◆ NumScore

int Nakama.Console.IApiLeaderboardRecord.NumScore
get

The number of submissions to this score record.

◆ OwnerId

string Nakama.Console.IApiLeaderboardRecord.OwnerId
get

The ID of the score owner, usually a user or group.

◆ Rank

string Nakama.Console.IApiLeaderboardRecord.Rank
get

The rank of this record.

◆ Score

string Nakama.Console.IApiLeaderboardRecord.Score
get

The score value.

◆ Subscore

string Nakama.Console.IApiLeaderboardRecord.Subscore
get

An optional subscore value.

◆ UpdateTime

string Nakama.Console.IApiLeaderboardRecord.UpdateTime
get

The UNIX time when the leaderboard record was updated.

◆ Username

string Nakama.Console.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: