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

ProtectedQueryStatistics

import type { ProtectedQueryStatistics } from "https://aws-api.deno.dev/v0.4/services/cleanrooms.ts?docs=full";

Contains statistics about the execution of the protected query.

interface ProtectedQueryStatistics {
totalDurationInMillis?: number | null;
}

§Properties

§
totalDurationInMillis?: number | null
[src]

The duration of the Protected Query, from creation until query completion.