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 page 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 metrics about the query, and it inherits from object while also implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExplainMetrics` class includes two constructors: a default constructor and one that takes another `ExplainMetrics` object as a parameter for cloning."],["The `ExplainMetrics` class has two key properties, `ExecutionStats` and `PlanSummary`, which respectively hold aggregated stats from the query's execution and information from the query's planning phase."],["The documentation is provided across multiple versions of the API, allowing users to check for specific features and properties associated with any given version of the API, starting with version 3.2.0 up to the latest release, 4.15.0."]]],[]]