Class ExecutionStats (2.16.0)

ExecutionStats(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Execution statistics for the query.

Attributes

NameDescription
results_returned int
Total number of results returned, including documents, projections, aggregation results, keys.
execution_duration google.protobuf.duration_pb2.Duration
Total time to execute the query in the backend.
read_operations int
Total billable read operations.
debug_stats google.protobuf.struct_pb2.Struct
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" } }