indexesUsed property
The indexes selected for the query. For example:
{"query_scope": "Collection", "properties": "(foo ASC, __name__ ASC)"},
{"query_scope": "Collection", "properties": "(bar ASC, __name__ ASC)"}
Implementation
final List<Struct> indexesUsed;