Skip to main content
Extremely Popular
Go to Latest
interface GridFSBucketOptions
import { type GridFSBucketOptions } from "https://deno.land/x/mongo@v0.31.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.