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

FoldersRenameOptions

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

Additional options for Storage#foldersRename.

interface FoldersRenameOptions {
ifSourceMetagenerationMatch?: bigint;
ifSourceMetagenerationNotMatch?: bigint;
}

§Properties

§
ifSourceMetagenerationMatch?: bigint
[src]

Makes the operation conditional on whether the source object's current metageneration matches the given value.

§
ifSourceMetagenerationNotMatch?: bigint
[src]

Makes the operation conditional on whether the source object's current metageneration does not match the given value.