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.