reactivemongo.api.gridfs
package reactivemongo.api.gridfs
Members list
Concise view
Type members
Classlikes
A file that will be saved in a GridFS store.
A file that will be saved in a GridFS store.
Attributes
- Id
Type of the id of this file (generally BSON ObjectID).
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
A GridFS store.
A GridFS store.
Attributes
object GridFS
A file read from a GridFS store.
A file read from a GridFS store.
Attributes
- Id
the type of the id of this file (BSON ObjectID).
- Metadata
the metadata document type
- chunkSize
the size of the chunks of this file
- contentType
the content type of this file
- filename
the name of this file
- id
the id of this file
- length
the length of the file
- md5
the MD5 hash of this file
- metadata
the document holding all the metadata that are not standard
- uploadDate
the date when this file was uploaded
- Companion:
- object
- Graph
- Supertypes
- class Objecttrait Matchableclass Any