GraphMessagePageInfo

GraphMessagePageInfo class

Contains information about retrieved page when paging methods are used.

The GraphMessagePageInfo type exposes the following members:

Properties

NameDescription
page_offsetGets offset of a page
absolute_offsetGets additinal offset added to start index of a page
last_pageIndicates whether current page is last page in view.
total_countGets total count of items in view
items_per_pageA number of items in page
next_pageInformation of the next page or null if current page is last
itemsGets collection of MessageInfoCollection objects

See Also