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.
Namespace: Microsoft.WindowsAzure.Storage.Table
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Usage
Visual Basic |
---|
Dim instance As ITableEntity
Dim value As String
value = instance.ETag
instance.ETag = value |
Syntax
Visual Basic |
---|
Property ETag As String |
C# |
---|
string ETag { get; set; } |
C++ |
---|
property String^ ETag {
String^ get ();
void set (String^ value);
} |
J# |
---|
/** @property */
String get_ETag ()
/** @property */
void set_ETag (String value)
|
JScript |
---|
function get ETag () : String
function set ETag (value : String)
|
Property Value
The entity's timestamp.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also