DEV Community

Discussion on: How to move a Blob to another Container

Collapse
 
loicsharma profile image
Loïc Sharma

Do note that the copy operation may not be complete by the time "MoveBlob" completes. You will need to poll "destinationBlob.CopyState.Status" (after refreshing attributes using "destinationBlob.FetchAttributesAsync()")!