Upstream v1.5.11-dev Upstream.B2.LargeFile.ListParts View Source

This module will get the parts of an unfinished large file

Link to this section Summary

Link to this section Functions

Callback implementation for Upstream.B2.Base.body/1.

Link to this function call(options \\ []) View Source
call(Keyword.t()) ::
  {:ok | :error,
   %Upstream.B2.LargeFile.ListParts{next_part_number: term(), parts: term()}
   | struct()}

Callback implementation for Upstream.B2.Base.header/1.