reactivemongo.api

gridfs

package gridfs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. gridfs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait BasicMetadata[+Id] extends AnyRef

    Common metadata.

  2. trait ComputedMetadata extends AnyRef

    Metadata that cannot be customized.

  3. trait CustomMetadata[P <: SerializationPack] extends AnyRef

    Custom metadata (generic trait)

  4. trait FileToSave[P <: SerializationPack with Singleton, +Id] extends BasicMetadata[Id] with CustomMetadata[P]

    A file that will be saved in a GridFS store.

  5. abstract class GridFS[P <: SerializationPack with Singleton] extends AnyRef

    A GridFS store.

  6. trait ReadFile[P <: SerializationPack, +Id] extends BasicMetadata[Id] with CustomMetadata[P] with ComputedMetadata

    A file read from a GridFS store.

  7. class DefaultFileToSave extends FileToSave[BSONSerializationPack.type, BSONValue] with Equals

    A BSON implementation of FileToSave.

  8. case class DefaultReadFile(id: BSONValue, contentType: Option[String], filename: Option[String], uploadDate: Option[Long], chunkSize: Int, length: Long, md5: Option[String], metadata: BSONDocument, original: BSONDocument) extends ReadFile[BSONSerializationPack.type, BSONValue] with Product with Serializable

    A BSON implementation of ReadFile.

  9. type IdProducer[Id] = ((String, Id)) ⇒ Producer[BSONElement]

    Annotations
    @deprecated
    Deprecated

    (Since version 0.19.0) Unused

Value Members

  1. object DefaultFileToSave

    Factory of DefaultFileToSave.

  2. object GridFS extends LowPriorityGridFS

  3. object Implicits

  4. object ReadFile

Inherited from AnyRef

Inherited from Any

Ungrouped