AzureStorage.Blob.list_blobs
You're seeing just the function
list_blobs
, go back to AzureStorage.Blob module for more information.
Specs
list_blobs(AzureStorage.Request.Context.t(), String.t(), keyword()) :: {:ok, %{items: list() | [], marker: String.t() | nil}} | {:error, String.t()}
The List Blobs operation returns a list of the blobs under the specified container.
Supported options:
:maxresults
- The default value is1
.:marker
- false The default value is""
.:prefix
- false:timeout
- false The default value is30
.