public ExecutionStats ExecutionStats { get; set; }
Aggregated stats from the execution of the query. Only present when
[ExplainOptions.analyze][google.firestore.v1.ExplainOptions.analyze] is set
to true.
[[["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 `ExplainMetrics` class is part of the Google Cloud Firestore v1 API, used for explaining query metrics."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["`ExplainMetrics` has two primary properties: `ExecutionStats`, which contains aggregated stats from the query execution, and `PlanSummary`, which gives planning phase information for the query."],["The latest version available for this ExplainMetrics class is 3.10.0, with several previous versions also documented on the page."]]],[]]