tgstation-server 6.12.3
The /tg/station 13 server suite
Loading...
Searching...
No Matches
PaginationSettings.cs
Go to the documentation of this file.
2{
6 public sealed class PaginationSettings
7 {
11 public int? PageSize { get; set; }
12
16 public int? Offset { get; set; }
17
22 public int? RetrieveCount { get; set; }
23 }
24}
Settings for a paginated request.
int? PageSize
The size of a page. Defaults to server settings.
int? RetrieveCount
The maximum amount of items to retrieve. Default everything.
int? Offset
The offset to take from. Default 0.