Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Extremely Popular
Latest
interface GridFSBucketOptions
import { type GridFSBucketOptions } from "https://deno.land/x/mongo@v0.33.0/src/types/gridfs.ts";

Properties

optional
bucketName: string

The bucket name. Defaults to 'fs'.

optional
chunkSizeBytes: number

The chunk size in bytes. Defaults to 255 KiB.

optional
writeConcern: WriteConcern

The write concern. Defaults to the write concern of the database.

optional
readConcern: ReadConcern

The read concern. Defaults to the read concern of the database.

optional
readPreference: ReadPreference

The read preference. Defaults to the read preference of the database.