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

ReadPoolConfig

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

Configuration for a read pool instance.

interface ReadPoolConfig {
nodeCount?: number;
}

§Properties

§
nodeCount?: number
[src]

Read capacity, i.e. number of nodes in a read pool instance.