The indexes selected for the query. For example:
[
{"query_scope": "Collection", "properties": "(foo ASC, name ASC)"},
{"query_scope": "Collection", "properties": "(bar ASC, name ASC)"}
]
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[[["The latest version available for the Firestore v1 API class PlanSummary is 3.10.0."],["This page specifically provides documentation for version 3.9.0 of the PlanSummary class, within the Google.Cloud.Firestore.V1 namespace."],["PlanSummary is a class used for representing the planning phase information for a query, implementing multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The PlanSummary class contains a property named IndexesUsed that is a repeated field of type Struct that allows you to view the indexes selected for the query."],["The PlanSummary class has two constructors, one that is parameterless and one that accepts another PlanSummary as a parameter."]]],[]]