Class

reactivemongo.api.gridfs

DefaultReadFile

Related Doc: package gridfs

Permalink

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.

Linear Supertypes
Serializable, Serializable, Product, Equals, ReadFile[BSONSerializationPack.type, BSONValue], ComputedMetadata, CustomMetadata[BSONSerializationPack.type], BasicMetadata[BSONValue], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DefaultReadFile
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ReadFile
  7. ComputedMetadata
  8. CustomMetadata
  9. BasicMetadata
  10. AnyRef
  11. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DefaultReadFile(id: BSONValue, contentType: Option[String], filename: Option[String], uploadDate: Option[Long], chunkSize: Int, length: Long, md5: Option[String], metadata: BSONDocument, original: BSONDocument)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DefaultReadFile to any2stringadd[DefaultReadFile] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DefaultReadFile, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DefaultReadFile to ArrowAssoc[DefaultReadFile] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val chunkSize: Int

    Permalink

    Size of the chunks of this file.

    Size of the chunks of this file.

    Definition Classes
    DefaultReadFileComputedMetadata
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val contentType: Option[String]

    Permalink

    Content type of this file.

    Content type of this file.

    Definition Classes
    DefaultReadFileBasicMetadata
  10. def ensuring(cond: (DefaultReadFile) ⇒ Boolean, msg: ⇒ Any): DefaultReadFile

    Permalink
    Implicit information
    This member is added by an implicit conversion from DefaultReadFile to Ensuring[DefaultReadFile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (DefaultReadFile) ⇒ Boolean): DefaultReadFile

    Permalink
    Implicit information
    This member is added by an implicit conversion from DefaultReadFile to Ensuring[DefaultReadFile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: ⇒ Any): DefaultReadFile

    Permalink
    Implicit information
    This member is added by an implicit conversion from DefaultReadFile to Ensuring[DefaultReadFile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): DefaultReadFile

    Permalink
    Implicit information
    This member is added by an implicit conversion from DefaultReadFile to Ensuring[DefaultReadFile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. val filename: Option[String]

    Permalink

    Name of this file.

    Name of this file.

    Definition Classes
    DefaultReadFileBasicMetadata
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from DefaultReadFile to StringFormat[DefaultReadFile] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. val id: BSONValue

    Permalink

    Id of this file.

    Id of this file.

    Definition Classes
    DefaultReadFileBasicMetadata
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. val length: Long

    Permalink

    Length of the file.

    Length of the file.

    Definition Classes
    DefaultReadFileComputedMetadata
  22. val md5: Option[String]

    Permalink

    MD5 hash of this file.

    MD5 hash of this file.

    Definition Classes
    DefaultReadFileComputedMetadata
  23. val metadata: BSONDocument

    Permalink

    A BSONDocument holding all the metadata that are not standard.

    A BSONDocument holding all the metadata that are not standard.

    Definition Classes
    DefaultReadFileCustomMetadata
  24. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  27. val original: BSONDocument

    Permalink
  28. val pack: BSONSerializationPack.type

    Permalink
    Definition Classes
    DefaultReadFileCustomMetadata
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. val uploadDate: Option[Long]

    Permalink

    Date when this file was uploaded.

    Date when this file was uploaded.

    Definition Classes
    DefaultReadFileBasicMetadata
  31. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. def [B](y: B): (DefaultReadFile, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from DefaultReadFile to ArrowAssoc[DefaultReadFile] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ReadFile[BSONSerializationPack.type, BSONValue]

Inherited from ComputedMetadata

Inherited from CustomMetadata[BSONSerializationPack.type]

Inherited from BasicMetadata[BSONValue]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from DefaultReadFile to any2stringadd[DefaultReadFile]

Inherited by implicit conversion StringFormat from DefaultReadFile to StringFormat[DefaultReadFile]

Inherited by implicit conversion Ensuring from DefaultReadFile to Ensuring[DefaultReadFile]

Inherited by implicit conversion ArrowAssoc from DefaultReadFile to ArrowAssoc[DefaultReadFile]

Ungrouped