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

QuantityBasedRetention

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

A quantity based policy specifies that a certain number of the most recent successful backups should be retained.

interface QuantityBasedRetention {
count?: number;
}

§Properties

§
count?: number
[src]

The number of backups to retain.