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 reference documentation for the `ExplainMetrics` class within the Google Cloud Datastore v1 API for .NET, specifically version 4.11.0."],["The `ExplainMetrics` class is used to provide detailed metrics for a query, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation includes links to prior versions of the `ExplainMetrics` class, ranging from version 3.2.0 up to the latest release 4.15.0, enabling you to navigate through different versions of the API."],["`ExplainMetrics` has properties such as `ExecutionStats`, which provides aggregated stats from the execution of the query, and `PlanSummary`, which contains information from the planning phase of the query."],["The `ExplainMetrics` class has two constructors: a parameterless one and another that takes an `ExplainMetrics` object, allowing for copying."]]],[]]