case class SharedFile(path: FilePath, byteSize: Long, hash: Int) extends HasSharedFiles with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SharedFile
- Serializable
- Serializable
- HasSharedFiles
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val byteSize: Long
- def delete(implicit tsc: TaskSystemComponents): Future[Boolean]
- def file(implicit tsc: TaskSystemComponents): Future[File]
- val hash: Int
- def history(implicit tsc: TaskSystemComponents): Future[History]
- def isAccessible(implicit tsc: TaskSystemComponents): Future[Boolean]
- def name: String
- val path: FilePath
- def source(fromOffset: Long)(implicit tsc: TaskSystemComponents): Source[ByteString, NotUsed]
- def source(implicit tsc: TaskSystemComponents): Source[ByteString, NotUsed]
-
def
toString(): String
- Definition Classes
- SharedFile → AnyRef → Any
- def uri(implicit tsc: TaskSystemComponents): Future[Uri]