共用方式為


IndexIterator type

用於列出存在於搜尋服務索引的反覆運算器。 會在反復專案期間視需要提出要求。 使用 .byPage () 對每次反覆運算的伺服器提出一個要求。

type IndexIterator = PagedAsyncIterableIterator<SearchIndex, SearchIndex[], {}>