Package

reactivemongo.api

gridfs

Permalink

package gridfs

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. gridfs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class FileToSave[Id, Document] extends FileMetadata[Id, Document]

    Permalink

    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).

  2. 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]

    Permalink

    A GridFS store.

  3. final class ReadFile[+Id, Metadata] extends FileMetadata[Id, Metadata] with ComputedMetadata

    Permalink

    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

Value Members

  1. object GridFS

    Permalink
  2. object ReadFile

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped