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

ExecutionReport

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

A resource that reports result of the import job execution.

interface ExecutionReport {
executionErrors?: ValidationReport;
framesReported?: number;
readonly totalRowsCount?: number;
}

§Properties

§
executionErrors?: ValidationReport
[src]

Validation errors encountered during the execution of the import job.

§
framesReported?: number
[src]

Total number of asset frames reported for the import job.

§
readonly totalRowsCount?: number
[src]

Output only. Total number of rows in the import job.