AzureStorage.FileShare (AzureStorage v0.1.2) View Source
Azure File Service
ref. https://docs.microsoft.com/en-us/rest/api/storageservices/file-service-rest-api
{:ok, context} = AzureStorage.create_fileshare_service("account_name", "account_key")
context |> list_shares()
Link to this section Summary
Functions
The Create Share operation creates a new share under the specified account. If the share with the same name already exists, the operation fails.
The Delete Share operation marks the specified share or share snapshot for deletion. The share or share snapshot and any files contained within it are later deleted during garbage collection.
The List Directories and Files operation returns a list of files or directories under the specified share or directory. It lists the contents only for a single level of the directory hierarchy.
The List Shares operation returns a list of the shares and share snapshots under the specified account.
Link to this section Functions
The List Directories and Files operation returns a list of files or directories under the specified share or directory. It lists the contents only for a single level of the directory hierarchy.
ref. https://docs.microsoft.com/en-us/rest/api/storageservices/list-directories-and-files