A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-copy-python below:

Copy a blob with Python - Azure Storage

This article provides an overview of copy operations using the Azure Storage client library for Python.

About copy operations

Copy operations can be used to move data within a storage account, between storage accounts, or into a storage account from a source outside of Azure. When using the Blob Storage client libraries to copy data resources, it's important to understand the REST API operations behind the client library methods. The following table lists REST API operations that can be used to copy data resources to a storage account. The table also includes links to detailed guidance about how to perform these operations using the Azure Storage client library for Python.

For append blobs, you can use the Append Block From URL operation to commit a new block of data to the end of an existing append blob. The following client library method wraps this operation:

For page blobs, you can use the Put Page From URL operation to write a range of pages to a page blob where the contents are read from a URL. The following client library method wraps this operation:

Client library resources Related content

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4