Spatio.Model.CommitChunkedUploadResponse (spatio_sdk v0.0.2)

Summary

Types

t()

@type t() :: %Spatio.Model.CommitChunkedUploadResponse{
  deduplicatedBlocks: integer() | nil,
  deduplicationPct: float() | nil,
  fileId: String.t(),
  manifestId: String.t(),
  newBlocks: integer() | nil,
  physicalSize: integer() | nil,
  success: boolean(),
  totalBlocks: integer() | nil,
  totalSize: integer(),
  version: integer()
}

Functions

decode(value)