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

UpdateTableMetadata

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

Metadata type for the operation returned by UpdateTable.

interface UpdateTableMetadata {
endTime?: Date;
name?: string;
startTime?: Date;
}

§Properties

§
endTime?: Date
[src]

If set, the time at which this operation finished or was canceled.

§
name?: string
[src]

The name of the table being updated.

§
startTime?: Date
[src]

The time at which this operation started.