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

OptimizeRestoredDatabaseMetadata

import type { OptimizeRestoredDatabaseMetadata } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

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

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

§Properties

§
name?: string
[src]

Name of the restored database being optimized.

§

The progress of the post-restore optimizations.