reactivemongo.api.gridfs

Members list

Concise view

Type members

Classlikes

final class FileToSave[Id, Document]

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 Object
trait Matchable
class Any
sealed trait GridFS[P <: SerializationPack] extends UpsertedFactory[P] with QueryBuilderFactory[P]

A GridFS store.

A GridFS store.

Attributes

Companion:
object
Graph
Supertypes
trait QueryBuilderFactory[P]
class Object
trait Matchable
class Any
Self type
object GridFS

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
GridFS.type
final class ReadFile[+Id, Metadata]

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 Object
trait Matchable
class Any
object ReadFile

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type