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

UpdateInstancePartitionMetadata

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

Metadata type for the operation returned by UpdateInstancePartition.

interface UpdateInstancePartitionMetadata {
cancelTime?: Date;
endTime?: Date;
instancePartition?: InstancePartition;
startTime?: Date;
}

§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 guaranteed to succeed) and cannot be cancelled again.

§
endTime?: Date
[src]

The time at which this operation failed or was completed successfully.

§
instancePartition?: InstancePartition
[src]

The desired end state of the update.

§
startTime?: Date
[src]

The time at which UpdateInstancePartition request was received.