AzureStorage.Blob.list_blobs

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

list_blobs(context, container, options \\ [])

View Source

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 is 1.

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

  • :prefix - false

  • :timeout - false The default value is 30.