DefaultBucket
import type { DefaultBucket } from "https://googleapis.deno.dev/v1/firebasestorage:v1beta.ts";
Spark tier-eligible Cloud Storage bucket. One per project. This resource exists if the underlying Cloud Storage bucket exists and it is linked to your Firebase project. See https://firebase.google.com/pricing for pricing details.
interface DefaultBucket {
readonly bucket?: Bucket;
location?: string;
name?: string;
storageClass?: string;
}§Properties
§
storageClass?: string
[src]Immutable. Storage class of the default bucket. Supported values are available at https://cloud.google.com/storage/docs/storage-classes#classes.