你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DynamicTableEntity.ETag 属性

定义

获取或设置实体的当前 ETag。

public string ETag { get; set; }
member this.ETag : string with get, set
Public Property ETag As String

属性值

包含实体 ETag 的字符串。

实现

注解

在更新操作中,若要隐式覆盖实体,请将此值设置为“*”。

适用于