Class ExecutionStats (7.6.0)

ExecutionStats contains information about the execution of a query.

ExecutionStats

Package

@google-cloud/firestore

Remarks

The constructor for this class is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ExecutionStats class.

Properties

debugStats

readonly debugStats: Record<string, unknown>;

executionDuration

readonly executionDuration: firestore.Duration;

readOperations

readonly readOperations: number;

resultsReturned

readonly resultsReturned: number;