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

OptimizeRestoredTableMetadata

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

Metadata type for the long-running operation used to track the progress of optimizations performed on a newly restored table. This long-running operation is automatically created by the system after the successful completion of a table restore, and cannot be cancelled.

interface OptimizeRestoredTableMetadata {
name?: string;
progress?: OperationProgress;
}

§Properties

§
name?: string
[src]

Name of the restored table being optimized.

§

The progress of the post-restore optimizations.