Packages

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

Type Members

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

  2. sealed trait GridFS[P <: SerializationPack] extends 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.

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

Value Members

  1. object GridFS
  2. object ReadFile

Inherited from AnyRef

Inherited from Any

Ungrouped