次の方法で共有


AsyncItemPaged クラス

項目の非同期反復子を返します。

args と kwargs は、page_iterator_classを除き、AsyncPageIterator コンストラクターに直接渡されます

継承
AsyncItemPaged
AsyncItemPaged

コンストラクター

AsyncItemPaged(*args: Any, **kwargs: Any)

メソッド

by_page

オブジェクトの非同期反復子ではなく、オブジェクトのページの非同期反復子を取得します。

by_page

オブジェクトの非同期反復子ではなく、オブジェクトのページの非同期反復子を取得します。

by_page(continuation_token: str | None = None) -> AsyncIterator[AsyncIterator[ReturnType]]

パラメーター

名前 説明
continuation_token
str

不透明な継続トークン。 この値は、前のジェネレーター オブジェクトの continuation_token フィールドから取得できます。 指定した場合、このジェネレーターはこの時点から結果の返しを開始します。

既定値: None

戻り値

説明
AsyncIterator[AsyncIterator[<xref:ReturnType>]]

ページの非同期反復子 (それ自体はオブジェクトの非同期反復子)