Microsoft.Azure.Storage.Blob (ex_microsoft_azure_storage v0.1.0)
Link to this section Summary
Functions
The put_block operation creates a new block to be committed as part of a blob.
The put_block_list operation writes a blob by specifying the list of block IDs that make up the blob.
Link to this section Functions
Link to this function
delete_blob(blob, opts \\ [])
Link to this function
get_block_list(blob, block_list_type \\ :all, snapshot \\ nil)
Link to this function
new(container, blob_name)
Link to this function
put_block(blob, block_id, content)
The put_block operation creates a new block to be committed as part of a blob.
Link to this function
put_block_list(blob, block_list)
The put_block_list operation writes a blob by specifying the list of block IDs that make up the blob.
Link to this function
to_block_id(block_id)
Link to this function