BackupFile
import type { BackupFile } from "https://googleapis.deno.dev/v1/redis:v1.ts";
Backup is consisted of multiple backup files.
interface BackupFile {
readonly createTime?: Date;
readonly fileName?: string;
readonly sizeBytes?: bigint;
}import type { BackupFile } from "https://googleapis.deno.dev/v1/redis:v1.ts";
Backup is consisted of multiple backup files.