IF-Match可以用于有条件地更新属性,而不是ETAG吗?

时间:2012-10-06 16:19:42

标签: 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中是否可行?

1 个答案:

答案 0 :(得分:2)

没有

(此处添加更多字符以传递Stack Overflow的最小字符要求。)