azure - 如何以编程方式了解 Azure 存储表是否已更改?

标签 azure storage

我想知道是否有任何方法可以以编程方式了解 Azure 表存储中的表是否已更改以及表中发生了什么更改?

最佳答案

不,不是真的。您唯一的选择是遍历表中的所有记录,并查看记录是否根据 Timestamp 属性 ( even though the official documentation advises you not to read the Timestamp property ) 发生更改。

或者让您的代码在每次添加/更新/删除实体时通过将其写入其他表(审核表)来进行跟踪。

关于azure - 如何以编程方式了解 Azure 存储表是否已更改?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14963953/

相关文章:

swift - 每次重启 Swift iOS 都会更改文件目录

Kubernetes - 在 pvc "volumeMode: Block"中指定时不调用 NodePublishVolume

azure - 使用 ARM 模板在 Azure Function App 中轻松进行身份验证和授权

sql-server - 如何使用 Lightswitch 项目将新表和/或字段添加到 "external"Azure SQL 数据库?

Azure文件存储: High count of ClientOtherError

c++ - 存储和检索对游戏世界中卸载对象的引用

php - ZendService\WindowsAzure 与 zf2

c# - CloudConfigurationManager.GetSetting 返回 null

azure - 无法访问 AKS 上 LoadBalancer 类型的 Kubernetes 服务

c# - Azure 文件存储 : Error 400 (Condition headers are not supported. )