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
Currently azure::storage_lite::get_file_size() returns -1 for files greater than 2.1Gb.. Can we use stat64 here to allow support for large files?
azure::storage_lite::get_file_size()
stat64
The text was updated successfully, but these errors were encountered:
Hi @WillBeddow , please try to avoid using anything in blob_client_wrapper.
blob_client_wrapper
Sorry, something went wrong.
@JasonYang-MSFT FYI
No branches or pull requests
Currently
azure::storage_lite::get_file_size()
returns -1 for files greater than 2.1Gb.. Can we usestat64
here to allow support for large files?The text was updated successfully, but these errors were encountered: