开发者

is there an odata client for azure storage

开发者 https://www.devze.com 2023-01-24 16:08 出处:网络
One that wil开发者_运维知识库l deal with the authentication needs of azureThat\'s exactly what the Microsoft.WindowsAzure.StorageClient code for tables is:

One that wil开发者_运维知识库l deal with the authentication needs of azure


That's exactly what the Microsoft.WindowsAzure.StorageClient code for tables is: CloudStorageAccount.Parse(...).CreateCloudTableClient().GetDataServiceContext()


I think that the CloudStorageAccount Class ( http://msdn.microsoft.com/en-us/library/microsoft.windowsazure.cloudstorageaccount_members.aspx ) is for you. the "Credentials" checks the access you need.

0

精彩评论

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

关注公众号