Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Constructs an access condition such that an operation will be performed only if the resource does not exist.

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

Syntax

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

Remarks

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

Return to top