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-05-02 UTC."],[[["The latest version of the `PlanSummary` class within the Google Cloud Firestore V1 API is 3.10.0, and previous versions are available, ranging from 3.9.0 down to 2.3.0."],["`PlanSummary` is a class in the `Google.Cloud.Firestore.V1` namespace used to provide planning phase information for queries, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `PlanSummary` class includes a `IndexesUsed` property, which is a `RepeatedField` of `Struct` type, detailing the indexes selected for a query."],["The class offers a default constructor, `PlanSummary()`, and an overload `PlanSummary(PlanSummary other)`, that takes an existing `PlanSummary` object to use as its value."],["The `PlanSummary` class inherits several methods from the `object` class, including `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]