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

FoldersDeleteRecursiveOptions

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

Additional options for Storage#foldersDeleteRecursive.

interface FoldersDeleteRecursiveOptions {
ifMetagenerationMatch?: bigint;
ifMetagenerationNotMatch?: bigint;
}

§Properties

§
ifMetagenerationMatch?: bigint
[src]

If set, only deletes the folder if its metageneration matches this value.

§
ifMetagenerationNotMatch?: bigint
[src]

If set, only deletes the folder if its metageneration does not match this value.