Nakama .NET Client 3.17.0
The official Nakama and Satori .NET client.
Loading...
Searching...
No Matches
Nakama.IApiLeaderboardRecordList Interface Reference

A set of leaderboard records, may be part of a leaderboard records page or a batch of individual records. More...

Properties

string NextCursor [get]
 The cursor to send when retrieving the next page, if any.
IEnumerable< IApiLeaderboardRecordOwnerRecords [get]
 A batched set of leaderboard records belonging to specified owners.
string PrevCursor [get]
 The cursor to send when retrieving the previous page, if any.
string RankCount [get]
 The total number of ranks available.
IEnumerable< IApiLeaderboardRecordRecords [get]
 A list of leaderboard records.

Detailed Description

A set of leaderboard records, may be part of a leaderboard records page or a batch of individual records.

Property Documentation

◆ NextCursor

string Nakama.IApiLeaderboardRecordList.NextCursor
get

The cursor to send when retrieving the next page, if any.

◆ OwnerRecords

IEnumerable<IApiLeaderboardRecord> Nakama.IApiLeaderboardRecordList.OwnerRecords
get

A batched set of leaderboard records belonging to specified owners.

◆ PrevCursor

string Nakama.IApiLeaderboardRecordList.PrevCursor
get

The cursor to send when retrieving the previous page, if any.

◆ RankCount

string Nakama.IApiLeaderboardRecordList.RankCount
get

The total number of ranks available.

◆ Records

IEnumerable<IApiLeaderboardRecord> Nakama.IApiLeaderboardRecordList.Records
get

A list of leaderboard records.


The documentation for this interface was generated from the following file: