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-03-21 UTC."],[[["The webpage provides documentation for the `PlanSummary` class within the Google Cloud Datastore v1 API, detailing its structure and functionality."],["The latest version of the API documented is 4.15.0, with a list of previous versions available, all the way down to 3.2.0."],["`PlanSummary` is used for providing planning phase information related to a query, and it implements several interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class contains properties such as `IndexesUsed` which contains the indexes selected for the query, represented as a `RepeatedField` of `Struct`."],["`PlanSummary` includes a default constructor `PlanSummary()` and an overloaded constructor `PlanSummary(PlanSummary other)` that allows for copying an existing `PlanSummary` instance."]]],[]]