TableEntity.ETag Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.