Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
PageSettings interface
- Package:
- @azure/core-paging
An interface that tracks the settings for paged iteration
Properties
| continuationToken | The token that keeps track of where to continue the iterator |
| maxPageSize | The size of the page during paged iteration |
Property Details
continuationToken
The token that keeps track of where to continue the iterator
continuationToken?: string
Property Value
string
maxPageSize
The size of the page during paged iteration
maxPageSize?: number
Property Value
number
