Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GridFSBucketOpenUploadStreamOptions

Hierarchy

  • GridFSBucketOpenUploadStreamOptions

Index

Properties

Optional aliases

aliases: Array<string>

Optional array of strings to store in the file document's aliases field.

Optional chunkSizeBytes

chunkSizeBytes: undefined | number

Optional overwrite this bucket's chunkSizeBytes for this file.

Optional contentType

contentType: undefined | string

Optional string to store in the file document's contentType field.

Optional metadata

metadata: Object

Optional object to store in the file document's metadata field.

Generated using TypeDoc