package
gridfs
Type Members
-
trait
BasicMetadata[+Id <: BSONValue] extends AnyRef
-
-
-
case class
DefaultFileToSave(filename: String, contentType: Option[String] = scala.None, uploadDate: Option[Long] = scala.None, metadata: BSONDocument = ..., id: BSONValue = ...) extends FileToSave[BSONValue] with Product with Serializable
-
case class
DefaultReadFile(id: BSONValue, contentType: Option[String], filename: String, uploadDate: Option[Long], chunkSize: Int, length: Int, md5: Option[String], metadata: BSONDocument, original: BSONDocument) extends ReadFile[BSONValue] with Product with Serializable
-
-
-
Inherited from AnyRef
Inherited from Any