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

BandwidthLimit

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

Specifies a bandwidth limit for an agent pool.

interface BandwidthLimit {
limitMbps?: bigint;
}

§Properties

§
limitMbps?: bigint
[src]

Bandwidth rate in megabytes per second, distributed across all the agents in the pool.