-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Paging Pattern document #467
Copy link
Copy link
Open
Labels
Graph GuidelinesThis should be reviewed by Microsoft Grap team.This should be reviewed by Microsoft Grap team.Microsoft GraphThis should be reviewed by Microsoft Grap team.This should be reviewed by Microsoft Grap team.
Metadata
Metadata
Assignees
Labels
Graph GuidelinesThis should be reviewed by Microsoft Grap team.This should be reviewed by Microsoft Grap team.Microsoft GraphThis should be reviewed by Microsoft Grap team.This should be reviewed by Microsoft Grap team.
Describe when to use $top vs $maxPageSize.
$top shouldn't return nextlinks beyond the top number of entities. If $top > pagesize then the top n entities may come back on multiple pages.