PageSettings interface
ページングされたイテレーションの設定を追跡するインターフェイス
プロパティ
| continuation |
反復子を続行する場所を追跡するトークン |
| max |
ページングイテレーション中のページのサイズ |
プロパティの詳細
continuationToken
反復子を続行する場所を追跡するトークン
continuationToken?: string
プロパティ値
string
maxPageSize
ページングイテレーション中のページのサイズ
maxPageSize?: number
プロパティ値
number