AccessCondition.IfMatchETag Property (Microsoft.WindowsAzure.Storage)
From Microsoft Windows Azure Storage Blob
C#
C++
F#
VB
AccessCondition.IfMatchETag Property
AccessCondition::IfMatchETag Property
AccessCondition.IfMatchETag Property
AccessCondition.IfMatchETag Property
Gets or sets an ETag value for a condition specifying that the given ETag must match the ETag of the specified resource.
Namespace:
Microsoft.WindowsAzure.Storage
Assembly:
Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Property Value
Type:
System.StringSystem::String^System.StringSystem.StringA string containing an ETag value, or "*" to match any ETag. If null, no condition exists.
Return to top
Gets or sets an ETag value for a condition specifying that the given ETag must match the ETag of the specified resource.
Syntax
Property Value
Type: System.StringSystem::String^System.StringSystem.StringA string containing an ETag value, or "*" to match any ETag. If null, no condition exists.