FileMeta

final case class FileMeta(id: String, timestamp: Instant, mimetype: Mimetype, length: Long, checksum: String, chunks: Int, chunksize: Int)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def incChunks(n: Int): FileMeta
def incLength(n: Long): FileMeta

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product