Skip to main content
Extremely Popular
Go to Latest
method Database.prototype.listCollections
import { Database } from "https://deno.land/x/mongo@v0.31.0/mod.ts";

Parameters

optional
options: { filter?: Document; nameOnly?: boolean; authorizedCollections?: boolean; comment?: Document; } = [UNSUPPORTED]

Returns

CommandCursor<ListCollectionsResult>