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

Capacity

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

The throughput capacity configuration for each partition.

interface Capacity {
publishMibPerSec?: number;
subscribeMibPerSec?: number;
}

§Properties

§
publishMibPerSec?: number
[src]

Publish throughput capacity per partition in MiB/s. Must be >= 4 and <= 16.

§
subscribeMibPerSec?: number
[src]

Subscribe throughput capacity per partition in MiB/s. Must be >= 4 and <= 32.