Azure / azure-storage-net-data-movement

Azure Storage Data Movement Library for .Net
MIT License
275 stars 133 forks source link

Preventing copy while an upload is still in progress? #327

Open neil-119 opened 4 days ago

neil-119 commented 4 days ago

I'm using this library to periodically copy files from one storage account to another (Azure Files). However, while listing files and directories, I also get files that are still in a half uploaded state. Is there a way to only list files that have been fully uploaded in the source storage account? Or perhaps any other way to implement locking? I have no control over the uploader side of this.