Azure.Storage.Blob (azure v0.2.2) View Source

Blob

Link to this section Summary

Link to this section Functions

Link to this function

delete_blob(blob, opts \\ [])

View Source
Link to this function

get_blob(blob, opts \\ [])

View Source
Link to this function

get_block_list(blob, block_list_type \\ :all, snapshot \\ nil)

View Source
Link to this function

new(container, blob_name)

View Source
Link to this function

put_blob(blob, blob_data, opts \\ [])

View Source
Link to this function

put_blob_from_url(blob, url, opts \\ [])

View Source
Link to this function

put_block(blob, block_id, content)

View Source

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)

View Source

The put_block_list operation writes a blob by specifying the list of block IDs that make up the blob.

Link to this function

upload_file(container, source_path, blob_name \\ nil)

View Source