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 version 4.13.0."],["The `ExplainMetrics` class is used to understand metrics associated with a query and is part of the `Google.Cloud.Datastore.V1` namespace in the Google.Cloud.Datastore.V1.dll assembly."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It has properties for `ExecutionStats` and `PlanSummary`, which provide details about query execution and planning, respectively."],["The document also contains links to older and more recent versions of the class, ranging from version 3.2.0 up to the most recent 4.15.0."]]],[]]