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

BucketsLockRetentionPolicyOptions

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

Additional options for Storage#bucketsLockRetentionPolicy.

interface BucketsLockRetentionPolicyOptions {
ifMetagenerationMatch: bigint;
userProject?: string;
}

§Properties

§
ifMetagenerationMatch: bigint
[src]

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

§
userProject?: string
[src]

The project to be billed for this request. Required for Requester Pays buckets.