Friday, May 25, 2018

Setting Up Blob Hierarchies - Understanding Blob Storage - Part Four

So far, we have seen creating containers and uploading blobs directly to the containers. Containers are basically like root folder on file system and all the blobs that go into the container go to that root folder. To enable hierarchy for the subfolder you should use a prefix on the blob that you upload into the container.

source https://www.c-sharpcorner.com/article/setting-up-blob-hierarchies-understanding-blob-storage-part-4/

No comments:

Post a Comment