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 document provides reference documentation for the `PlanSummary` class within the Google Cloud Datastore v1 API for .NET, detailing its purpose and usage."],["Version 4.15.0 is the latest available version of the API, with a history of past versions available going as far back as version 3.2.0."],["The `PlanSummary` class, used for planning phase information for queries, inherits from `object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a property named `IndexesUsed`, which is a `RepeatedField` of `Struct` type used for indicating the indexes selected for a query, such as `{\"query_scope\": \"Collection\", \"properties\": \"(foo ASC, **name** ASC)\"}`."],["There are two constructors for the class `PlanSummary()`, and `PlanSummary(PlanSummary)`, the latter being a copy constructor taking a `PlanSummary` object as a parameter."]]],[]]