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

AutomatedBackupPolicy

import type { AutomatedBackupPolicy } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Defines an automated backup policy for a table

interface AutomatedBackupPolicy {
frequency?: number;
retentionPeriod?: number;
}

§Properties

§
frequency?: number
[src]

Required. How frequently automated backups should occur. The only supported value at this time is 24 hours.

§
retentionPeriod?: number
[src]

Required. How long the automated backups should be retained. The only supported value at this time is 3 days.