Azure 表存储 - WADPerformanceCounterTable 无法清除

发布于 2024-12-19 23:12:59 字数 293 浏览 2 评论 0原文

我正在编写一些代码来处理 Azure 中的诊断。我目前正在本地运行,但发现我的 WADPerformanceCounterTable 似乎无法清除或完成我所做的任何查询。它看起来充满了数据,因为有几周前的性能计数器数据以及此后的所有数据。

有什么简单的方法可以删除该表中的行以使其重新开始?我尝试了存储模拟器上的“重置”按钮,但这似乎没有任何作用。

最近我尝试的是命令 DSInit /forceCreate - 这似乎已删除该表,但我现在无法将其恢复。

我应该做什么/正在做什么?

谢谢

I'm working on some code to deal with diagnostics in Azure. I'm surrently running locally but have found that my WADPerformanceCounterTable wont seem to clear or finish any queries I make. It look slike its full of data as there is perf counter data from a couple of weeks ago and everything since.

What is an easy way to delete the rows in this table to let it start afresh? I tried the Reset button on the Storage emulator but that doesnt seem to do anything.

Lates thing I tried was the command DSInit /forceCreate - this seems to have deleted the table but I now cant get it back.

What should I have done / be doing?

thanks

Ben

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

弥枳 2024-12-26 23:12:59

DSInit /forceCreate 重新初始化存储模拟器使用的数据库。运行此命令将消除 Windows Azure 存储模拟器中的所有现有数据(表、Blob 和队列)。使用 Windows Azure 诊断的 Windows Azure 服务将在运行时重新创建 WAD* 表。

DSInit /forceCreate reinitializes that database used by the Storage Emulator. Running this will eliminate all existing data in your Windows Azure Storage Emulator (Tables, Blobs & Queues). Your Windows Azure Service that is using Windows Azure Diagnostics will recreate the WAD* tables at run-time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文