AzureStorage.Blob.list_containers
You're seeing just the function
list_containers
, go back to AzureStorage.Blob module for more information.
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 is1
.:marker
- false The default value is""
.:prefix
- false:timeout
- false The default value is30
.