Skip to main content
Module

x/appwrite/mod.ts>Models.Bucket

[READ-ONLY] Official Appwrite Deno SDK 🦕
Latest
type alias Models.Bucket
import { type Models } from "https://deno.land/x/appwrite@10.0.0/mod.ts";
const { Bucket } = Models;

Bucket

definition: { $id: string; $createdAt: string; $updatedAt: string; $permissions: string[]; fileSecurity: boolean; name: string; enabled: boolean; maximumFileSize: number; allowedFileExtensions: string[]; compression: string; encryption: boolean; antivirus: boolean; }