Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

Constructs an access condition such that an operation will be performed only if the resource exists.

Namespace:   Microsoft.WindowsAzure.Storage
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Syntax

 
public static AccessCondition GenerateIfExistsCondition()
 
public:
static AccessCondition^ GenerateIfExistsCondition()
 
static member GenerateIfExistsCondition : unit -> AccessCondition
 
Public Shared Function GenerateIfExistsCondition As AccessCondition

Remarks

Setting this access condition modifies the request to include the HTTP If-Match conditional header.

Return to top