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

RestoreTableMetadata

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

Metadata type for the long-running operation returned by RestoreTable.

interface RestoreTableMetadata {
backupInfo?: BackupInfo;
name?: string;
optimizeTableOperationName?: string;
progress?: OperationProgress;
sourceType?: "RESTORE_SOURCE_TYPE_UNSPECIFIED" | "BACKUP";
}

§Properties

§
backupInfo?: BackupInfo
[src]
§
name?: string
[src]

Name of the table being created and restored to.

§
optimizeTableOperationName?: string
[src]

If exists, the name of the long-running operation that will be used to track the post-restore optimization process to optimize the performance of the restored table. The metadata type of the long-running operation is OptimizeRestoreTableMetadata. The response type is Empty. This long-running operation may be automatically created by the system if applicable after the RestoreTable long-running operation completes successfully. This operation may not be created if the table is already optimized or the restore was not successful.

§

The progress of the RestoreTable operation.

§
sourceType?: "RESTORE_SOURCE_TYPE_UNSPECIFIED" | "BACKUP"
[src]

The type of the restore source.