PageSettings interface
An interface that tracks the settings for paged iteration
Properties
| continuation | The token that keeps track of where to continue the iterator |
| max | 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