Aggregated statistics from the execution of the query. Only present when
the query is profiled. For example, a query could return the statistics as
follows:
[[["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."],[[["The latest version of the `ResultSetStats` documentation is 5.0.0-beta05, with multiple previous versions available for reference, including version 3.6.0."],["`ResultSetStats` provides additional statistics about a `ResultSet` or `PartialResultSet`, inheriting from `Object` and implementing multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers constructor options for a new `ResultSetStats` or one based off an existing instance, and includes properties like `QueryPlan` and `QueryStats` to provide data around the query."],["`ResultSetStats` includes properties to capture row counts, like `RowCountExact` for exact row counts from standard DML, and `RowCountLowerBound` which represents the lower bound for Partitioned DML."],["The `RowCountCase` property provides a means to determine the type of row count information being utilized, with it being either exact or a lower bound, and the property itself is of the enum type `ResultSetStats.RowCountOneofCase`."]]],[]]