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

ProjectsInstancesInstancePartitionsDeleteOptions

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

Additional options for Spanner#projectsInstancesInstancePartitionsDelete.

interface ProjectsInstancesInstancePartitionsDeleteOptions {
etag?: string;
}

§Properties

§
etag?: string
[src]

Optional. If not empty, the API only deletes the instance partition when the etag provided matches the current status of the requested instance partition. Otherwise, deletes the instance partition without checking the current status of the requested instance partition.