Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PagedResult<T, T>

Type parameters

  • T

  • T

Hierarchy

  • PagedResult

Index

Properties

itemOffset

itemOffset: number

The offset of the first item in the items array (ZERO-based)

items

items: T[]

An array containing the records for the specified Page

maxPageSize

maxPageSize: number

How many items there will be at most in the items[] array

page

page: number

The page that was fetched (ZERO-based)

totalSize

totalSize: number

Total number of results

Generated using TypeDoc