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 reference documentation for the `PlanSummary` class within the Google Cloud Datastore v1 API for .NET, specifically version 4.12.0."],["The `PlanSummary` class, part of the `Google.Cloud.Datastore.V1` namespace, offers planning phase information for queries, inheriting from `object` and implementing several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The webpage lists multiple versions of the API, from 3.2.0 to the latest 4.15.0, allowing users to view documentation for different versions of `PlanSummary` and its related features, such as the `IndexesUsed` property."],["The documentation includes information about the `PlanSummary` class's constructors, including the default constructor and a copy constructor that takes another `PlanSummary` instance."],["The webpage details the `IndexesUsed` property of the `PlanSummary` class, which is a `RepeatedField` of `Struct` type, containing the selected indexes for a query, and examples are provided."]]],[]]