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

CopyBackupMetadata

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

Metadata type for the google.longrunning.Operation returned by CopyBackup.

interface CopyBackupMetadata {
name?: string;
progress?: OperationProgress;
sourceBackupInfo?: BackupInfo;
}

§Properties

§
name?: string
[src]

The name of the backup being created through the copy operation. Values are of the form projects//instances//clusters//backups/.

§

The progress of the CopyBackup operation.

§
sourceBackupInfo?: BackupInfo
[src]

Information about the source backup that is being copied from.