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."],[[["This webpage provides documentation for the `ExplainMetrics` class within the Google Cloud Datastore v1 API, specifically for version 4.10.0, with links to other versions of the API."],["The `ExplainMetrics` class is used to provide metrics that explain a query within the Google Cloud Datastore, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExplainMetrics` class includes two key properties: `ExecutionStats`, which contains aggregated statistics from query execution (if enabled), and `PlanSummary`, which contains information about the planning phase of the query."],["There are two constructors available for the `ExplainMetrics` class: a default constructor and one that takes another `ExplainMetrics` object for copying."],["The documentation also lists the inheritance hierarchy, with `ExplainMetrics` inheriting from `object`, as well as listing inherited members and the namespace and assembly information."]]],[]]