Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有任何理由不将 SingleBlobPutThresholdInBytes 属性(来自MSDN)设置为超过 1MB(最小值)?在我看来,32MB 默认值非常高。
当您尝试发送 1MB 或更大的文件时,总是并行上传不是很理想吗?为什么要更高的门槛?
这实际上取决于您的情况。如果您想对 Windows Azure 存储发出更少的请求,Put Blob可以在一个请求中上传一个块 blob。
I am trying to re-generate web service stubs and java objects from WSDL and XSD's using the batch commands available in WAS 7 (wsdl2java.bat, using ant script).
In the gener