Represents a set of timeout and retry policy options that may be specified for a request against the Queue service.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
| Name | Description | |
|---|---|---|
| QueueRequestOptions()()()() | Initializes a new instance of the QueueRequestOptions class. |
Properties
| Name | Description | |
|---|---|---|
| EncryptionPolicyEncryptionPolicyEncryptionPolicyEncryptionPolicy | Gets or sets the encryption policy for the request. | |
| LocationModeLocationModeLocationModeLocationMode | Gets or sets the location mode of the request. | |
| MaximumExecutionTimeMaximumExecutionTimeMaximumExecutionTimeMaximumExecutionTime | Gets or sets the maximum execution time across all potential retries for the request. | |
| RequireEncryptionRequireEncryptionRequireEncryptionRequireEncryption | Gets or sets a value to indicate whether data written and read by the client library should be encrypted. | |
| RetryPolicyRetryPolicyRetryPolicyRetryPolicy | Gets or sets the retry policy for the request. | |
| ServerTimeoutServerTimeoutServerTimeoutServerTimeout | Gets or sets the server timeout interval for the request. |
Methods
| Name | Description | |
|---|---|---|
| Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
| GetHashCode()()()() | (Inherited from Object.) | |
| GetType()()()() | (Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.