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

PerformanceConfig

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

Performance configuration definition.

interface PerformanceConfig {
dumpParallelLevel?:
| "DUMP_PARALLEL_LEVEL_UNSPECIFIED"
| "MIN"
| "OPTIMAL"
| "MAX";
}

§Properties

§
dumpParallelLevel?: "DUMP_PARALLEL_LEVEL_UNSPECIFIED" | "MIN" | "OPTIMAL" | "MAX"
[src]

Initial dump parallelism level.