开发者

is there an odata client for azure storage

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜