开发者

What is the difference between creating the Container using Blob storage Service REST API and StorageClient class library in azure storage service?

What is the difference between creating the Container using REST APIs and StorageC开发者_开发问答lient class library ?


Developer experience is the only difference. The StorageClient uses REST under the covers. REST is the only API for storage and the client just takes care of the nitty gritty stuff (canonicalization, signing, setting up HTTP request, etc.).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜