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;
locations?: string[];
retentionPeriod?: number;
}§Properties
§
frequency?: number
[src]How frequently automated backups should occur. The only supported value at this time is 24 hours. An undefined frequency is treated as 24 hours.
§
locations?: string[]
[src]Optional. A list of Cloud Bigtable zones where automated backups are
allowed to be created. If empty, automated backups will be created in all
zones of the instance. Locations are in the format
projects/{project}/locations/{zone}. This field can only set for tables
in Enterprise Plus instances.