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

Opens a Stream from which the application can read the contents of the stored file specified by @id.

Returns a Stream.

Parameters

id: FileId