Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

ITableEntity.ETag Property (Microsoft.WindowsAzure.Storage.Table)

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)

Syntax

 
string ETag { get; set; }
 
property String^ ETag {
	String^ get();
	void set(String^ value);
}
 
abstract ETag : string with get, set
 
Property ETag As String

Property Value

Type: System.StringSystem::String^System.StringSystem.String

The entity's timestamp.

Return to top