Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

An interface required for request option types.

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

Syntax

 
public interface IRequestOptions
 
public interface class IRequestOptions
 
type IRequestOptions = interface end
 
Public Interface IRequestOptions

Properties

NameDescription
System_CAPS_pubpropertyLocationModeLocationModeLocationModeLocationMode

Gets or sets the location mode of the request.

System_CAPS_pubpropertyMaximumExecutionTimeMaximumExecutionTimeMaximumExecutionTimeMaximumExecutionTime

Gets or sets the maximum execution time across all potential retries.

System_CAPS_pubpropertyRequireEncryptionRequireEncryptionRequireEncryptionRequireEncryption

Gets or sets a value to indicate whether data written and read by the client library should be encrypted.

System_CAPS_pubpropertyRetryPolicyRetryPolicyRetryPolicyRetryPolicy

Gets or sets the retry policy for the request.

System_CAPS_pubpropertyServerTimeoutServerTimeoutServerTimeoutServerTimeout

Gets or sets the default server timeout for the request.

Remarks

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

Return to top