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

UpdateDatabaseMetadata

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

Metadata type for the operation returned by UpdateDatabase.

interface UpdateDatabaseMetadata {
cancelTime?: Date;
progress?: OperationProgress;
}

§Properties

§
cancelTime?: Date
[src]

The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is best-effort).

§

The progress of the UpdateDatabase operation.

§

The request for UpdateDatabase.