I want to get and list blobs only in the specific folder, not to get whole container and then to filter out results. How is that possible using new Azure SDK for cpp?
I have tried ListBlobsByHierarchy, but it seems that it does not load everything.
delimiter="/";
result = container->ListBlobsByHierarchy(delimiter, options);
I have tried to read blobs in specific folder
Some of the blobs are missing, even tho I go though pages
New contributor
Staša Sekulić is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.