Package version:

Interface ListIndexStatsSummary

Response from a request to retrieve stats summary of all indexes. If successful, it includes the stats of each index in the service.

interface ListIndexStatsSummary {
    indexesStatistics: IndexStatisticsSummary[];
}

Properties

indexesStatistics: IndexStatisticsSummary[]

The Statistics summary of all indexes in the Search service. NOTE: This property will not be serialized. It can only be populated by the server.