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 `ExplainMetrics` class in the Google Cloud Datastore v1 API provides detailed metrics for query explanation and is available in multiple versions ranging from 3.2.0 to the latest 4.15.0."],["`ExplainMetrics` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality like deep cloning and message handling."],["The class contains properties for `ExecutionStats` and `PlanSummary`, which provide information about the execution and planning phases of a query, respectively, though `ExecutionStats` is only present when `ExplainOptions.analyze` is set to true."],["The `ExplainMetrics` class can be instantiated through a default constructor or a copy constructor that takes another `ExplainMetrics` instance as a parameter."],["The `ExplainMetrics` class inherits from `object` and includes inherited members like `GetHashCode`, `GetType`, and `ToString`."]]],[]]