Packages

c

reactivemongo.api.gridfs

DefaultReadFile

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.

Annotations
@SerialVersionUID() @deprecated
Deprecated

(Since version 0.19.0) Use ReadFile.apply

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DefaultReadFile
  2. Serializable
  3. Product
  4. Equals
  5. ReadFile
  6. ComputedMetadata
  7. CustomMetadata
  8. BasicMetadata
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from DefaultReadFile toany2stringadd[DefaultReadFile] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (DefaultReadFile, B)
    Implicit
    This member is added by an implicit conversion from DefaultReadFile toArrowAssoc[DefaultReadFile] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. val chunkSize: Int

    Size of the chunks of this file.

    Size of the chunks of this file.

    Definition Classes
    DefaultReadFileComputedMetadata
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. val contentType: Option[String]

    Content type of this file.

    Content type of this file.

    Definition Classes
    DefaultReadFileBasicMetadata
  10. def ensuring(cond: (DefaultReadFile) => Boolean, msg: => Any): DefaultReadFile
    Implicit
    This member is added by an implicit conversion from DefaultReadFile toEnsuring[DefaultReadFile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: (DefaultReadFile) => Boolean): DefaultReadFile
    Implicit
    This member is added by an implicit conversion from DefaultReadFile toEnsuring[DefaultReadFile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean, msg: => Any): DefaultReadFile
    Implicit
    This member is added by an implicit conversion from DefaultReadFile toEnsuring[DefaultReadFile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: Boolean): DefaultReadFile
    Implicit
    This member is added by an implicit conversion from DefaultReadFile toEnsuring[DefaultReadFile] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. val filename: Option[String]

    Name of this file.

    Name of this file.

    Definition Classes
    DefaultReadFileBasicMetadata
  16. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from DefaultReadFile toStringFormat[DefaultReadFile] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val id: BSONValue

    Id of this file.

    Id of this file.

    Definition Classes
    DefaultReadFileBasicMetadata
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val length: Long

    Length of the file.

    Length of the file.

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

    MD5 hash of this file.

    MD5 hash of this file.

    Definition Classes
    DefaultReadFileComputedMetadata
  22. val metadata: BSONDocument

    A BSONDocument holding all the metadata that are not standard.

    A BSONDocument holding all the metadata that are not standard.

    Definition Classes
    DefaultReadFileCustomMetadata
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. val original: BSONDocument
  27. val pack: BSONSerializationPack.type
    Definition Classes
    DefaultReadFileCustomMetadata
  28. def productElementNames: Iterator[String]
    Definition Classes
    Product
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. val uploadDate: Option[Long]

    Date when this file was uploaded.

    Date when this file was uploaded.

    Definition Classes
    DefaultReadFileBasicMetadata
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def [B](y: B): (DefaultReadFile, B)
    Implicit
    This member is added by an implicit conversion from DefaultReadFile toArrowAssoc[DefaultReadFile] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ComputedMetadata

Inherited from BasicMetadata[BSONValue]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd fromDefaultReadFile to any2stringadd[DefaultReadFile]

Inherited by implicit conversion StringFormat fromDefaultReadFile to StringFormat[DefaultReadFile]

Inherited by implicit conversion Ensuring fromDefaultReadFile to Ensuring[DefaultReadFile]

Inherited by implicit conversion ArrowAssoc fromDefaultReadFile to ArrowAssoc[DefaultReadFile]

Ungrouped