다음을 통해 공유


IndexNameIterator type

Search Service 있는 인덱스를 나열하기 위한 반복기입니다. 반복하는 동안 필요에 따라 요청을 수행합니다. .byPage()를 사용하여 반복당 서버에 한 번의 요청을 수행합니다.

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