Namespace Auth0.ManagementApi.Paging
Classes
- CheckpointPaginationInfo
Specifies checkpoint pagination info to use when requesting paged results.
- CheckpointPagingInformation
Contains paging information that details what page a list of items relates to, how many more there are etc.
- PaginationInfo
Specifies pagination info to use when requesting paged results.
- PagingInformation
Contains paging information that details what page a list of items relates to, how many more there are etc.
Interfaces
- ICheckpointPagedList<T>
Interface for a list that contains items of
T
as well as metadata about which page of items this is and how many exist.
- IPagedList<T>
Interface for a list that contains items of
T
as well as metadata about which page of items this is and how many exist.