Class ExplainResults (7.6.0)

ExplainResults contains information about planning, execution, and results of a query.

ExplainResults

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 ExplainResults class.

Properties

metrics

readonly metrics: ExplainMetrics;

snapshot

readonly snapshot: T | null;