Click or drag to resize

PaginatedResultT Class

Object returned for all GET operations against index endpoints.

This object provides metadata which can be used to perform paging on potentially large data sets.
Inheritance Hierarchy
SystemObject
  Smartsheet.Api.ModelsPaginatedResultT

Namespace:  Smartsheet.Api.Models
Assemblies:   smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
  smartsheet-csharp-sdk (in smartsheet-csharp-sdk.dll) Version: 2.126.0
Syntax
public class PaginatedResult<T>

Type Parameters

T

The PaginatedResultT type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyData
A list of objects representing the current page of data in the result set.
Public propertyPageNumber
The current page in the full result set that the data array represents.
Public propertyPageSize
The number of items in a page. Omitted if there is no limit to page size (and hence, all results are included). Unless otherwise specified, this defaults to 100 for most endpoints.
Public propertyTotalCount
The total number of items in the full result set.
Public propertyTotalPages
The total number of pages in the full result set.
Top
See Also