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 documentation for the `ExecutionStats` class within the Google Cloud Datastore v1 API for .NET, specifically version 4.10.0."],["`ExecutionStats` is used to provide execution statistics for a query, including debugging information, execution duration, the number of read operations, and total results returned."],["The `ExecutionStats` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document also lists several versions of Google Cloud Datastore V1 API, ranging from the latest version 4.15.0 down to version 3.2.0, with each having its own respective link."],["The class has public properties `DebugStats`, `ExecutionDuration`, `ReadOperations`, and `ResultsReturned`, each returning data specific to query performance and execution."]]],[]]