Class PlanSummary (2.16.0)

PlanSummary(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Planning phase information for the query.

Attribute

NameDescription
indexes_used MutableSequence[google.protobuf.struct_pb2.Struct]
The indexes selected for the query. For example: [ {"query_scope": "Collection", "properties": "(foo ASC, **name** ASC)"}, {"query_scope": "Collection", "properties": "(bar ASC, **name** ASC)"} ]