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."],[[["This webpage provides reference documentation for the `ExecutionStats` class within the Google Cloud Datastore v1 API, specifically for .NET developers, detailing its properties and usage."],["The `ExecutionStats` class, part of the `Google.Cloud.Datastore.V1` namespace, offers insights into query execution, like `DebugStats`, `ExecutionDuration`, `ReadOperations`, and `ResultsReturned`."],["The page lists multiple versions of the API documentation for `ExecutionStats`, ranging from the latest version, 4.15.0, down to version 3.2.0, allowing users to navigate through the different versions."],["`ExecutionStats` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has constructors for creating new instances and copying existing ones."],["The class contains 4 properties, `DebugStats`, `ExecutionDuration`, `ReadOperations`, and `ResultsReturned`, each providing a type, and a description for a better understanding of the data contained."]]],[]]