FileStorageApi.Container behaviour (file_storage_api v0.2.0)
Module for handling containers
Link to this section Summary
Link to this section Types
Link to this type
options()
Specs
options() :: [max_results: non_neg_integer(), marker: String.t()]
Specs
t() :: %FileStorageApi.Container{ date: DateTime.t(), files: [FileStorageApi.File.t()], max_results: non_neg_integer(), name: String.t(), next_marker: String.t() }
Link to this section Functions
Link to this function
create(container_name)
Specs
Link to this function
list_files(container_name, options \\ [])
Specs
list_files(String.t(), options()) :: Enumerable.t()
Link to this section Callbacks
Link to this callback
create(arg1)
Specs
Link to this callback