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

A set of tournament records which may be part of a tournament records page or a batch of individual records. More...

Inherited by Nakama.ApiTournamentRecordList.

Properties

string NextCursor [get]
 The cursor to send when retireving the next page (optional).
 
IEnumerable< IApiLeaderboardRecordOwnerRecords [get]
 A batched set of tournament records belonging to specified owners.
 
string PrevCursor [get]
 The cursor to send when retrieving the previous page (optional).
 
string RankCount [get]
 The total number of ranks available.
 
IEnumerable< IApiLeaderboardRecordRecords [get]
 A list of tournament records.
 

Detailed Description

A set of tournament records which may be part of a tournament records page or a batch of individual records.

Property Documentation

◆ NextCursor

string Nakama.IApiTournamentRecordList.NextCursor
get

The cursor to send when retireving the next page (optional).

◆ OwnerRecords

IEnumerable<IApiLeaderboardRecord> Nakama.IApiTournamentRecordList.OwnerRecords
get

A batched set of tournament records belonging to specified owners.

◆ PrevCursor

string Nakama.IApiTournamentRecordList.PrevCursor
get

The cursor to send when retrieving the previous page (optional).

◆ RankCount

string Nakama.IApiTournamentRecordList.RankCount
get

The total number of ranks available.

◆ Records

IEnumerable<IApiLeaderboardRecord> Nakama.IApiTournamentRecordList.Records
get

A list of tournament records.


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