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

FoldersGetOptions

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

Additional options for Storage#foldersGet.

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

§Properties

§
ifMetagenerationMatch?: bigint
[src]

Makes the return of the folder metadata conditional on whether the folder's current metageneration matches the given value.

§
ifMetagenerationNotMatch?: bigint
[src]

Makes the return of the folder metadata conditional on whether the folder's current metageneration does not match the given value.