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-06-12 UTC."],[[["The `ExecutionStats` class in the Google Cloud Firestore v1 API provides statistics related to query execution, such as debugging statistics, execution duration, read operations, and results returned."],["This documentation covers the class `ExecutionStats` within the `Google.Cloud.Firestore.V1` namespace, implemented in the `Google.Cloud.Firestore.V1.dll` assembly, with the latest version being 3.10.0 and 3.9.0 being the currently viewed version."],["The `ExecutionStats` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ExecutionStats` class includes properties like `DebugStats` (struct), `ExecutionDuration` (duration), `ReadOperations` (long), and `ResultsReturned` (long), to gather insights into query performance."],["The `ExecutionStats` class has two constructors, one parameterless, and the other that receives an `ExecutionStats` object as a parameter."]]],[]]