ItemResponse<T>.ETag Property

Definition

Gets the entity tag associated with the resource from the Azure Cosmos DB service.

public virtual Azure.ETag? ETag { get; }
member this.ETag : Nullable<Azure.ETag>
Public Overridable ReadOnly Property ETag As Nullable(Of ETag)

Property Value

The entity tag associated with the resource.

Remarks

ETags are used for concurrency checking when updating resources.

Applies to