Share via


TableEntity.ETag Property

Definition

Gets or sets the entity's ETag. Set this value to '*' in order to force an overwrite to an entity as part of an update operation.

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

Property Value

A string containing the ETag value for the entity.

Implements

Applies to