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

CreateInstanceMetadata

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

Metadata type for the operation returned by CreateInstance.

interface CreateInstanceMetadata {
cancelTime?: Date;
endTime?: Date;
expectedFulfillmentPeriod?: "FULFILLMENT_PERIOD_UNSPECIFIED" | "FULFILLMENT_PERIOD_NORMAL" | "FULFILLMENT_PERIOD_EXTENDED";
instance?: Instance;
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.

§
expectedFulfillmentPeriod?: "FULFILLMENT_PERIOD_UNSPECIFIED" | "FULFILLMENT_PERIOD_NORMAL" | "FULFILLMENT_PERIOD_EXTENDED"
[src]

The expected fulfillment period of this create operation.

§
instance?: Instance
[src]

The instance being created.

§
startTime?: Date
[src]

The time at which the CreateInstance request was received.