final class ReadFile[+Id, Metadata] extends FileMetadata[Id, Metadata] with ComputedMetadata
A file read from a GridFS store.
- Id
the type of the id of this file (BSON ObjectID).
- Metadata
the metadata document type
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ReadFile
- ComputedMetadata
- FileMetadata
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (ReadFile[Id, Metadata], B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
val
chunkSize: Int
The size of the chunks of this file.
The size of the chunks of this file.
- Definition Classes
- ReadFile → ComputedMetadata
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
val
contentType: Option[String]
The content type of this file.
The content type of this file.
- Definition Classes
- ReadFile → FileMetadata
- def ensuring(cond: (ReadFile[Id, Metadata]) ⇒ Boolean, msg: ⇒ Any): ReadFile[Id, Metadata]
- def ensuring(cond: (ReadFile[Id, Metadata]) ⇒ Boolean): ReadFile[Id, Metadata]
- def ensuring(cond: Boolean, msg: ⇒ Any): ReadFile[Id, Metadata]
- def ensuring(cond: Boolean): ReadFile[Id, Metadata]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(that: Any): Boolean
- Definition Classes
- ReadFile → AnyRef → Any
- Annotations
- @SuppressWarnings()
-
val
filename: Option[String]
The name of this file.
The name of this file.
- Definition Classes
- ReadFile → FileMetadata
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- ReadFile → AnyRef → Any
-
val
id: Id
The id of this file.
The id of this file.
- Definition Classes
- ReadFile → FileMetadata
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
length: Long
The length of the file.
The length of the file.
- Definition Classes
- ReadFile → ComputedMetadata
-
val
md5: Option[String]
The MD5 hash of this file.
The MD5 hash of this file.
- Definition Classes
- ReadFile → ComputedMetadata
-
val
metadata: Metadata
The Document holding all the metadata that are not standard.
The Document holding all the metadata that are not standard.
- Definition Classes
- ReadFile → FileMetadata
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- ReadFile → AnyRef → Any
-
val
uploadDate: Option[Long]
The date when this file was uploaded.
The date when this file was uploaded.
- Definition Classes
- ReadFile → FileMetadata
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def →[B](y: B): (ReadFile[Id, Metadata], B)