package gridfs
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- gridfs
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- final class FileToSave[Id, Document] extends FileMetadata[Id, Document]
A file that will be saved in a GridFS store.
A file that will be saved in a GridFS store.
- Id
Type of the id of this file (generally BSON ObjectID).
- sealed trait GridFS[P <: SerializationPack] extends GridFSCompat with PackSupport[P] with InsertCommand[P] with DeleteCommand[P] with UpdateCommand[P] with UpdateWriteResultFactory[P] with UpsertedFactory[P] with CommandCodecsWithPack[P] with QueryBuilderFactory[P]
A GridFS store.
- final class ReadFile[+Id, Metadata] extends FileMetadata[Id, Metadata] with ComputedMetadata
A file read from a GridFS store.
A file read from a GridFS store.
- Id
the type of the id of this file (BSON ObjectID).
- Metadata
the metadata document type