Azure/azure-storage-js

How to list blobs from virtual directory in latest nodejs SDK?

Closed this issue · 2 comments

How to list blobs from virtual directory in latest nodejs SDK?
Example :
container_name/videos/May/02/myvideo.webm
container_name/videos/May/02/myvideo1.webm
container_name/videos/May/02/myvideo2.webm
container_name/videos/May/02/myvideo3.webm

I need to get blob list from container_name/videos/May/02/

Originally posted by @jeyarajcs in #19 (comment)

@jeyarajcs Call listBlobHierarchySegment() and use "videos/May/02/" as the prefix.

Thank you so much. It's working.