AzureStorage.Blob.list_containers

You're seeing just the function list_containers, go back to AzureStorage.Blob module for more information.
Link to this function

list_containers(context, options \\ [])

View Source

Specs

list_containers(AzureStorage.Request.Context.t(), keyword()) ::
  {:ok, %{items: list() | [], marker: String.t() | nil}} | {:error, String.t()}

The List Containers operation returns a list of the containers under the specified storage account.

Supported options:

  • :maxresults - The default value is 1.

  • :marker - false The default value is "".

  • :prefix - false

  • :timeout - false The default value is 30.