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; }
Property Value
A string containing the ETag value for the entity.