IRequestOptions Interface

Windows Runtime Azure Storage Client Library

An interface required for request option types.

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

Usage

Visual Basic
Dim instance As IRequestOptions

Syntax

Visual Basic
Public Interface IRequestOptions
C#
public interface IRequestOptions
C++
public interface class IRequestOptions
J#
public interface IRequestOptions
JScript
public interface IRequestOptions

Remarks

The QueueRequestOptions, BlobRequestOptions, and TableRequestOptions classes implement the IRequestOptions interface.


Platforms

Development Platforms

Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012

Target Platforms

See Also