BackupScheduleSpec
import type { BackupScheduleSpec } from "https://googleapis.deno.dev/v1/spanner:v1.ts";
Defines specifications of the backup schedule.
interface BackupScheduleSpec {
cronSpec?: CrontabSpec;
}§Properties
§
cronSpec?: CrontabSpec
[src]Cron style schedule specification.