azure - 是否可以使用 IF-Match(而不是 ETAG)有条件地更新属性?

标签 azure azure-storage azure-table-storage etag

在 Azure 表中,合并时是否可以使用 IF-Match 标记来有条件地更新 ETAG 以外的值?

具体来说,假设我有一个这样的对象

public class Person : TableServiceEntity
{
public string Name {get;set;}
public string Age {get;set}

public DateTime LockDate {get;set;}

}

假设我想根据“锁定日期”值的存在或比较来有条件地合并或更新对象。这在 Azure 中可能吗?

最佳答案

没有。

(在此处添加更多字符以满足 Stack Overflow 的最低字符要求。)

关于azure - 是否可以使用 IF-Match(而不是 ETAG)有条件地更新属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12761462/

相关文章:

azure - 仅针对 Azure 中特定 VM 上的警报采取措施

asp.net-mvc - 如何从 MVC 应用程序调用逻辑应用程序?

Azure SQL 数据库与表存储的 session 状态

c# - Azure 移动服务/Azure 表 : How to handle list of "members"

azure - 如何使用 Windows Azure SDK 2.0 插入/更新到 Azure 表

azure - 不支持使用 TableBatchOperation 检索多行?

c# - 将数据从 Azure Blob 流式传输回客户端

azure - 如何将 azure webjob 配置为每 15 分钟运行一次

node.js - 在 Azure Blob 存储中上传图像时出现问题

azure - Asp.net core CloudConfigurationManager.GetSetting() 为 null