Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ExplainMetrics

import type { ExplainMetrics } from "https://googleapis.deno.dev/v1/datastore:v1.ts";

Explain metrics for the query.

interface ExplainMetrics {
executionStats?: ExecutionStats;
planSummary?: PlanSummary;
}

§Properties

§
executionStats?: ExecutionStats
[src]

Aggregated stats from the execution of the query. Only present when ExplainOptions.analyze is set to true.

§
planSummary?: PlanSummary
[src]

Planning phase information for the query.