ExStorageService.BlobStore.StagedBlob (ex_storage_service v0.6.4)

Copy Markdown View Source

Bytes written to a temporary file but not yet published in the local CAS.

Summary

Types

t()

@type t() :: %ExStorageService.BlobStore.StagedBlob{
  etag: String.t() | nil,
  hash: String.t(),
  path: String.t(),
  size: non_neg_integer()
}