UploadState

tus4s.core.data.UploadState
final case class UploadState(id: UploadId, offset: ByteSize, length: Option[ByteSize], meta: MetadataMap, concatType: Option[ConcatType])

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def isDone: Boolean
def isFinal: Boolean
def isPartial: Boolean

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product