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

ContinuousBackupSource

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

Message describing a ContinuousBackupSource.

interface ContinuousBackupSource {
cluster?: string;
pointInTime?: Date;
}

§Properties

§
cluster?: string
[src]

Required. The source cluster from which to restore. This cluster must have continuous backup enabled for this operation to succeed. For the required format, see the comment on the Cluster.name field.

§
pointInTime?: Date
[src]

Required. The point in time to restore to.