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

CreateBackupMetadata

import type { CreateBackupMetadata } from "https://googleapis.deno.dev/v1/bigtableadmin:v2.ts";

Metadata type for the operation returned by CreateBackup.

interface CreateBackupMetadata {
endTime?: Date;
name?: string;
sourceTable?: string;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

If set, the time at which this operation finished or was cancelled.

§
name?: string
[src]

The name of the backup being created.

§
sourceTable?: string
[src]

The name of the table the backup is created from.

§
startTime?: Date
[src]

The time at which this operation started.