We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is no API to get progress while uploading or downloading data
The text was updated successfully, but these errors were encountered:
For upload, you can use AZSOperationContext sendRequest update progress. Combine NSStreamFileCurrentOffsetKey to calculate completed percentage.
https://dotblogs.com.tw/dinowang/2018/06/18/azure-blob-storage-upload-progress-with-objective-c https://gist.github.com/dinowang/9cb375ec7c0c6d8d0454e4ba1c4258e9
Sorry, something went wrong.
No branches or pull requests
There is no API to get progress while uploading or downloading data
The text was updated successfully, but these errors were encountered: