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

RetentionSettingsInfo

import type { RetentionSettingsInfo } from "https://googleapis.deno.dev/v1/databasecenter:v1beta.ts";

Metadata about backup retention settings for a database resource.

interface RetentionSettingsInfo {
durationBasedRetention?: number;
quantityBasedRetention?: number;
subResource?: SubResource;
timestampBasedRetentionTime?: Date;
}

§Properties

§
durationBasedRetention?: number
[src]

Duration based retention period i.e. 172800 seconds (2 days)

§
quantityBasedRetention?: number
[src]

Number of backups that will be retained.

§
subResource?: SubResource
[src]

Optional. Sub resource details associated with the backup configuration.

§
timestampBasedRetentionTime?: Date
[src]

Timestamp based retention period i.e. till 2024-05-01T00:00:00Z