你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IndexNameIterator type

用于列出搜索服务中存在的索引的迭代器。 将在迭代期间根据需要发出请求。 使用 .byPage () 每次迭代向服务器发出一个请求。

type IndexNameIterator = PagedAsyncIterableIterator<string, string[], {}>