Share via

How to view Blob Versions via the Python SDK

Jeff Ward 21 Reputation points
2021-08-26T12:50:33.73+00:00

Hi I am looking for a way to view all the Versions of a blob via the Python SDK

Azure Blob Storage
Azure Blob Storage

An Azure service that stores unstructured data in the cloud as blobs.


Answer accepted by question author

Anonymous
2021-08-30T17:00:03.85+00:00

@Jeff Ward

I confirmed you can do this by using list_blobs(include=’versions’). Please see the code located here for reference.

Hope this helps! Let me know if you have further questions or run into any issues and I will be happy to assist.

-------------------------------

Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.