Skip to main content
Module

x/mongo/mod.ts>GridFSBucket#find

MongoDB driver for Deno
Extremely Popular
Go to Latest
method GridFSBucket.prototype.find
import { GridFSBucket } from "https://deno.land/x/mongo@v0.31.0/mod.ts";

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

Parameters

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

Returns

FindCursor<File>