Kanda Foundation 0.2.0
Loading...
Searching...
No Matches
CloudApiPage< T > Class Template Reference

Cloud responses for queries containing several items are paginated. This models the page serialization format and implements tools for easily getting subsequent pages. More...

Public Member Functions

async Task< CloudApiPage< T > > GetNextPage ()
 
async Task< List< T > > GetAllPages ()
 

Public Attributes

Func< string, Task< CloudApiPage< T > > > FunctionToGetNextPage = null
 

Properties

List< T > Items = new() [get, set]
 
string ContinueToken [get, set]
 
int Count [get, set]
 
bool HasMorePages [get]
 

Detailed Description

Cloud responses for queries containing several items are paginated. This models the page serialization format and implements tools for easily getting subsequent pages.

Template Parameters
TThe expected Cloud response model.

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