public ExecutionStats ExecutionStats { get; set; }
Aggregated stats from the execution of the query. Only present when
[ExplainOptions.analyze][google.datastore.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 page provides documentation for the `ExplainMetrics` class within the Google Cloud Datastore v1 API, specifically for version 4.12.0, with links to other versions of the documentation."],["`ExplainMetrics` is used to provide metrics for a query, inheriting from various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two properties, `ExecutionStats` which provides aggregated stats from query execution, and `PlanSummary` which contains information about the query's planning phase."],["The current assembly for this class is `Google.Cloud.Datastore.V1.dll`, and it is located in the namespace `Google.Cloud.Datastore.V1`."],["The page also provides a list of all available versions of the documentation for this class, ranging from 3.2.0 up to 4.15.0 (latest)."]]],[]]