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

TimeBasedRetention

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

A time based retention policy specifies that all backups within a certain time period should be retained.

interface TimeBasedRetention {
retentionPeriod?: number;
}

§Properties

§
retentionPeriod?: number
[src]

The retention period.