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

ThroughputProperties.ETag 属性

定义

从 Azure Cosmos DB 服务中获取与资源关联的实体标记。

[Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="_etag")]
public string ETag { get; }
[<Newtonsoft.Json.JsonProperty(NullValueHandling=Newtonsoft.Json.NullValueHandling.Ignore, PropertyName="_etag")>]
member this.ETag : string
Public ReadOnly Property ETag As String

属性值

与资源关联的实体标记。

属性
Newtonsoft.Json.JsonPropertyAttribute

注解

更新资源时,ETag 用于并发检查。

适用于