ExMicrosoftAzureStorage.Storage.Container (ex_microsoft_azure_storage v1.1.1) View Source

Container

Link to this section Summary

Link to this section Types

Specs

t() :: %ExMicrosoftAzureStorage.Storage.Container{
  container_name: String.t(),
  storage_context: map()
}

Link to this section Functions

Link to this function

create_container(container)

View Source
Link to this function

delete_container(container)

View Source
Link to this function

ensure_container(container)

View Source

Returns an existing container if found or creates a new one if not.

Link to this function

get_container_acl(container)

View Source
Link to this function

get_container_metadata(container)

View Source
Link to this function

get_container_properties(container)

View Source
Link to this function

list_blobs(container, opts \\ [prefix: nil, delimiter: nil, marker: nil, maxresults: nil, timeout: nil, include: nil])

View Source
Link to this function

list_containers(context)

View Source
Link to this function

new(storage_context, container_name)

View Source
Link to this function

parse_access_level(arg1)

View Source
Link to this function

set_container_acl(container, access_level)

View Source
Link to this function

set_container_acl_public_access_blob(container)

View Source
Link to this function

set_container_acl_public_access_container(container)

View Source
Link to this function

set_container_acl_public_access_off(container)

View Source