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
§
customPlacementConfig?: {
[src]dataLocations?: string[];
}The bucket's custom placement configuration for Custom Dual Regions.
§
hierarchicalNamespace?: {
[src]enabled?: boolean;
}The bucket's hierarchical namespace configuration.