Debugging statistics from the execution of the query. Note that the
debugging stats are subject to change as Firestore evolves. It could
include:
{
"indexes_entries_scanned": "1000",
"documents_scanned": "20",
"billing_details" : {
"documents_billable": "20",
"index_entries_billable": "1000",
"min_query_cost": "0"
}
}
[[["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."],[[["The document provides reference information for the `ExecutionStats` class within the Google Cloud Datastore v1 API, specifically for version 4.13.0."],["`ExecutionStats` offers a sealed class in .NET that is used to gather statistics about the execution of queries, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExecutionStats` class includes properties like `DebugStats`, `ExecutionDuration`, `ReadOperations`, and `ResultsReturned`, providing details on query execution, such as debugging information, total execution time, total billable read operations, and the number of results returned."],["The content lists all previous versions of the `ExecutionStats` class dating back from 4.15.0 to 3.2.0, giving access to all documentation for each version."]]],[]]