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

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;
}

§Properties

§
readonly createTime?: Date
[src]

Output only. The time when the backup file was created.

§
readonly fileName?: string
[src]

Output only. e.g: .rdb

§
readonly sizeBytes?: bigint
[src]

Output only. Size of the backup file in bytes.