How to convert from Azure Append Blob to Azure Block Blob

时间秒杀一切 提交于 2019-12-24 03:03:41

问题


Is their any any to convert from Append Blob to Block Blob .

Regards C


回答1:


Is their any any to convert from Append Blob to Block Blob .

Once the blob has been created, its type cannot be changed, and it can be updated only by using operations appropriate for that blob type, i.e., writing a block or list of blocks to a block blob, appending blocks to a append blob, and writing pages to a page blob.

More information please refer to this link: Understanding Block Blobs, Append Blobs, and Page Blobs




回答2:


Is their any any to convert from Append Blob to Block Blob .

Automatic conversion between blob types is not allowed. What you would need to do is download the blob and reupload it as Block Blob.



来源:https://stackoverflow.com/questions/42291703/how-to-convert-from-azure-append-blob-to-azure-block-blob

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!