Resource.ETag
Property
Definition
Gets the entity tag associated with the resource from the Azure DocumentDB database service.
[Newtonsoft.Json.JsonProperty(PropertyName="_etag")]
public string ETag { get; }
Property Value
The entity tag associated with the resource.
Remarks
ETags are used for concurrency checking when updating resources.