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

BucketStorageLayout

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

The storage layout configuration of a bucket.

interface BucketStorageLayout {
bucket?: string;
customPlacementConfig?: {
dataLocations?: string[];
}
;
hierarchicalNamespace?: {
enabled?: boolean;
}
;
kind?: string;
location?: string;
locationType?: string;
}

§Properties

§
bucket?: string
[src]

The name of the bucket.

§
customPlacementConfig?: {
dataLocations?: string[];
}
[src]

The bucket's custom placement configuration for Custom Dual Regions.

§
hierarchicalNamespace?: {
enabled?: boolean;
}
[src]

The bucket's hierarchical namespace configuration.

§
kind?: string
[src]

The kind of item this is. For storage layout, this is always storage#storageLayout.

§
location?: string
[src]

The location of the bucket.

§
locationType?: string
[src]

The type of the bucket location.