indexesUsed property

JSArray<JSObject> get indexesUsed

Information about the indexes that were used to serve the query. This should be inspected or logged, because the contents are intended to be human-readable. Contents are subject to change, and it is advised to not program against this object.

Implementation

external JSArray<JSObject> get indexesUsed;