Namespace Tableau.Migration.Paging
Classes
IndexedPagerBase<TContent>
Abstract IPager<TContent> implementation uses an indexed page number. Defaults to 1-based index number as that is the indexing used in Tableau REST APIs.
Interfaces
IPageInfo
Interface for an object that describes information about a page of data.
IPagedResult<TItem>
IResult interface for a page of data.
IPager<TContent>
Interface for an object that can retrieve pages of content.