Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
method GridFSBucket.prototype.find
import { GridFSBucket } from "https://deno.land/x/model@v1.2/dependencies/mongo.ts";

Find and return the files collection documents that match @filter.

Parameters

filter: Filter<File>
optional
options: GridFSFindOptions = [UNSUPPORTED]

Returns

FindCursor<File>