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-04-17 UTC."],[[["This webpage provides documentation for the `ExplainMetrics` class within the Google Cloud Datastore v1 API, covering versions from 3.2.0 up to the latest release, 4.15.0."],["The `ExplainMetrics` class is used to provide explain metrics for a query, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors, a default `ExplainMetrics()` constructor and another one that takes another `ExplainMetrics` object as a parameter."],["`ExplainMetrics` includes properties like `ExecutionStats` to show aggregated stats when `ExplainOptions.analyze` is set to true and `PlanSummary` for planning phase information."],["The class is located in the namespace `Google.Cloud.Datastore.V1` and is part of the `Google.Cloud.Datastore.V1.dll` assembly."]]],[]]