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."],[[["This webpage provides documentation for the `PlanSummary` class within the Google Cloud Datastore v1 API, offering reference materials and code samples for different versions."],["The `PlanSummary` class is used to provide planning phase information for queries, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `IndexesUsed` property of the `PlanSummary` class is a `RepeatedField` that contains a list of `Struct` objects, representing the indexes that have been selected for use by the query."],["The most recent version of the documentation available on this page is version 4.15.0, with a history of previous versions down to 3.2.0 available."],["The class `PlanSummary` inherits from `object` and has two constructors one that takes no arguments, and another that takes another instance of the class as an argument."]]],[]]