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

BucketsGetStorageLayoutOptions

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

Additional options for Storage#bucketsGetStorageLayout.

interface BucketsGetStorageLayoutOptions {
prefix?: string;
}

§Properties

§
prefix?: string
[src]

An optional prefix used for permission check. It is useful when the caller only has storage.objects.list permission under a specific prefix.