PageSettings interface

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