How to get the Content-MD5 for a file? #1630
Unanswered
abitofhelp
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a rust application that uses "azure_storage_datalake" at [https://github.com/ Azure/Azure-Sdk-for-rust][1]. The application can enumerate all of the files, and I can determine the name and size of each file. What I haven't been able to figure out is how to get the Content-MD5 for each file. I hope to get the value rather than having to scan each file and determine the MD5 values on the fly. The RESTful API that Azure provides shows the Content-MD5 can be determined,
https://learn.microsoft.com/en-us/rest/api/storageservices/datalakestoragegen2/path/get-properties?view=rest-storageservices-datalakestoragegen2-2019-12-12
I'd appreciate any tips on how to get it using the "azure_storage_datalake" sdk.
Thank you for your time and interest.
Here is the code that I have been developing:
Beta Was this translation helpful? Give feedback.
All reactions