Skip to main content
Module

x/appwrite/mod.ts>Databases#listCollections

[READ-ONLY] Official Appwrite Deno SDK 🦕
Go to Latest
method Databases.prototype.listCollections
Re-export
import { Databases } from "https://deno.land/x/appwrite@10.0.0/mod.ts";

List collections

Get a list of all collections that belong to the provided databaseId. You can use the search parameter to filter your results.

Parameters

databaseId: string
optional
queries: string[]