graviton.shared.ApiModels.ResumableUploadStatus
See theResumableUploadStatus companion object
final case class ResumableUploadStatus(id: UploadId, offset: UploadOffsetBytes, expectedSize: Option[SizeBytes], expiresAt: Long, state: UploadState, committedBlob: Option[BlobId])
Durable checkpoint returned by create, append, status, and commit calls.
Attributes
- Companion
- object
- Source
- ApiModels.scala
- Graph
-
- Supertypes
Members list
In this article