如何在blob容器中创建子目录
例如,
在我的blob容器中http://veda.blob.core.windows.net/document/
如果我存储一些文件,它将是
http://veda.blob.core.windows.net/document/1.txt http://veda.blob.core.windows.net/document/2.txt
http://veda.blob.core.windows.net/document/1.txt
http://veda.blob.core.windows.net/document/2.txt
现在,如何创建子目录
http://veda.blob.core.windows.net/document/folder/
这样我就可以存储文件了
http://veda.blob.core.windows.net/document/folder/1.txt
c# directory azure azure-blob-storage
azure ×1
azure-blob-storage ×1
c# ×1
directory ×1