我们正在将我们的应用程序从1.7版本的Client Azure SDK迁移到Azure SDK 2.4。在这个过程中,我更新了Microsoft.WindowsAzure.Storage,由于修改了方法和命名空间,我在返工时使用Azure SDK 2.4并在比较tableserviceentity和tableservicecontext时再次表现。由于TableServicecontext在WCF上工作,因此使用OData协议公开数据非常流程。
我被要求使用TableClient而不是TableServiceContext,新的API工作的旧版本可以在WCF上运行,但是新的Azure SDK如何在协议和架构上工作。
在Azure SDK .17中 this.tableServiceContext.MergeOption = MergeOption.NoTracking;
如何在Azure SDK中转换上述代码> 2.0
是否有任何使用Azure SDK 2.4的新代码示例,我找不到任何新版Azure SDK的示例或代码示例。
答案 0 :(得分:0)
请查看http://azure.microsoft.com/en-us/documentation/articles/storage-dotnet-how-to-use-tables/的示例代码,看看帮助
答案 1 :(得分:0)