Contents

Summary

A page of data returned from the web API.

Type Parameters

T
The type of items in the result page.

Properties

Name Type Nullable? Summary
Data T[] This field is nullable. The data being returned in the page.
TotalCount Int32 The total number of items available across ALL pages of data.
CurrentPageIndex Int32 The 0-based index of the requested page.
PageSize Int32 The size of each page of data, ranging 1-200 (inclusive).