Share via


IndexStatisticsSummaryIterator type

An iterator for statistics summaries for each index in the Search service. Will make requests as needed during iteration. Use .byPage() to make one request to the server per iteration.

type IndexStatisticsSummaryIterator = PagedAsyncIterableIterator<
  IndexStatisticsSummary,
  IndexStatisticsSummary[],
  {}
>