PerformanceLimits
import type { PerformanceLimits } from "https://googleapis.deno.dev/v1/file:v1.ts";
The enforced performance limits, calculated from the instance's performance configuration.
interface PerformanceLimits {
readonly maxIops?: bigint;
readonly maxReadIops?: bigint;
readonly maxReadThroughputBps?: bigint;
readonly maxWriteIops?: bigint;
readonly maxWriteThroughputBps?: bigint;
}