azure
v0.1.0
Pages
Modules
Azure.Storage.Container
(azure v0.1.0)
View Source
Container
Link to this section
Summary
Types
t()
Functions
create_container(container)
delete_container(container)
get_container_acl(container)
get_container_metadata(container)
get_container_properties(container)
list_blobs(container, opts \\ [prefix: nil, delimiter: nil, marker: nil, maxresults: nil, timeout: nil, include: nil])
list_containers(context)
new(storage_context, container_name)
parse_access_level(arg1)
set_container_acl(container, access_level)
set_container_acl_public_access_blob(container)
set_container_acl_public_access_container(container)
set_container_acl_public_access_off(container)
Link to this section
Types
Link to this type
t()
View Source
Specs
t() :: %Azure.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
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