Skip to main content
Module

x/appwrite/mod.ts>Models.Bucket

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

Bucket

definition: { $id: string; $read: string[]; $write: string[]; permission: string; dateCreated: number; dateUpdated: number; name: string; enabled: boolean; maximumFileSize: number; allowedFileExtensions: string[]; encryption: boolean; antivirus: boolean; }