Megosztás a következőn keresztül:


ITableEntity.ETag Property

Definition

Gets or sets the entity's current ETag. Set this value to '*' in order to blindly overwrite 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

The entity's timestamp.

Applies to