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

ExecutionStatistics

import type { ExecutionStatistics } from "https://aws-api.deno.dev/v0.3/services/lakeformation.ts?docs=full";

Statistics related to the processing of a query statement.

interface ExecutionStatistics {
AverageExecutionTimeMillis?: number | null;
DataScannedBytes?: number | null;
WorkUnitsExecutedCount?: number | null;
}

§Properties

§
AverageExecutionTimeMillis?: number | null
[src]

The average time the request took to be executed.

§
DataScannedBytes?: number | null
[src]

The amount of data that was scanned in bytes.

§
WorkUnitsExecutedCount?: number | null
[src]

The number of work units executed.