Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mongo/src/types/gridfs.ts>File

MongoDB driver for Deno
Extremely Popular
Go to Latest
interface File
import { type File } from "https://deno.land/x/mongo@v0.31.1/src/types/gridfs.ts";

Properties

_id: ObjectId
length: number
chunkSize: number
uploadDate: Date
filename: string
optional
metadata: Document