A pine-resin still stores jar photos under the virtual folder 2026/aug/ in one blob container and must list only that folder’s blobs. Which approach should the developer use with the Blob SDK?
Select an answer to reveal the explanation.
Short Explanation
A prefix is like asking the clerk for aisle 2026/aug/ instead of dumping the whole warehouse on the counter. Cosmos SQL does not query Blob names. You can page with a prefix on ordinary flat-namespace containers—no need to turn this into a Data Lake redesign.
Full Explanation
Blob listing supports a name prefix (and optional delimiter) so clients retrieve only matching object names and continue with a pager/continuation token. Cosmos queries do not enumerate blobs. Hierarchical namespace is a separate capability and is not required merely to list by prefix.