在Azure本身,我发现我可以制作名字长度为1000,而不是1100的斑点(所以我猜1024).使用开发存储,我可以做200,但不是300(所以我猜想与MAX_PATH有关的东西).有官方限制吗?
从
http://msdn.microsoft.com/en-us/library/dd135715.aspx:
原文链接:https://www.f2er.com/windows/371331.htmlA blob name can contain any combination of characters,but reserved URL characters must be properly escaped. A blob name must be at least one character long and cannot be more than 1,024 characters long.
至于存储模拟器,我不知道是什么限制.