GoogleApi.Firestore.V1beta1.Model.ExecutionStats (google_api_firestore v0.33.0)
View SourceExecution statistics for the query.
Attributes
-
debugStats(type:map(), default:nil) - 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" } } -
executionDuration(type:String.t, default:nil) - Total time to execute the query in the backend. -
readOperations(type:String.t, default:nil) - Total billable read operations. -
resultsReturned(type:String.t, default:nil) - Total number of results returned, including documents, projections, aggregation results, keys.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.