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

CreateInstancePartitionMetadata

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

Metadata type for the operation returned by CreateInstancePartition.

interface CreateInstancePartitionMetadata {
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 instance partition being created.

§
startTime?: Date
[src]

The time at which the CreateInstancePartition request was received.