What is the difference between creating the Container using REST APIs and StorageClient class library ?
What is the difference between creating the Container using REST APIs and StorageClient class
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.).