indexAdvice property

List<IndexAdvice>? indexAdvice
getter/setter pair

Index Recommendation for a query.

This is an optional field and the recommendation will only be available when the recommendation guarantees significant improvement in query performance.

Optional.

Implementation

core.List<IndexAdvice>? indexAdvice;