indexPruningStats property

List<IndexPruningStats>? indexPruningStats
getter/setter pair

Search index pruning statistics, one for each base table that has a search index.

If a base table does not have a search index or the index does not help with pruning on the base table, then there is no pruning statistics for that table.

Implementation

core.List<IndexPruningStats>? indexPruningStats;