Announcing the Appwrite OSS Fund, Learn More! 🤑
Docs

Buckets List Object

Properties

Name Type Description
total integer

Total number of buckets documents that matched your query.

buckets bucket[]

List of buckets.

Examples

JSON

{
    "total": 5,
    "buckets": {
        "$id": "5e5ea5c16897e",
        "$read": [
            "role:all"
        ],
        "$write": [
            "user:608f9da25e7e1"
        ],
        "permission": "file",
        "dateCreated": 1592981250,
        "dateUpdated": 1592981250,
        "name": "Documents",
        "enabled": false,
        "maximumFileSize": 100,
        "allowedFileExtensions": [
            "jpg",
            "png"
        ],
        "encryption": false,
        "antivirus": false
    }
}