Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PageSettings

Package version

interface

An interface that tracks the settings for paged iteration

Hierarchy

  • PageSettings

Index

Properties

Optional continuationToken

continuationToken: undefined | string
member

{string} [continuationToken] The token that keeps track of where to continue the iterator

Optional maxPageSize

maxPageSize: undefined | number
member

{number} [pageSize] The size of the page during paged iteration

Generated using TypeDoc