QueueRequestOptions Class

Definition

Represents a set of timeout and retry policy options that may be specified for a request against the Queue service.

public sealed class QueueRequestOptions : Microsoft.Azure.Storage.IRequestOptions
type QueueRequestOptions = class
    interface IRequestOptions
Public NotInheritable Class QueueRequestOptions
Implements IRequestOptions
Inheritance
QueueRequestOptions
Implements

Constructors

QueueRequestOptions()

Initializes a new instance of the QueueRequestOptions class.

Properties

EncryptionPolicy

Gets or sets the encryption policy for the request.

LocationMode

Gets or sets the location mode of the request.

MaximumExecutionTime

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

NetworkTimeout

Gets or sets the timeout applied to an individual network operations.

RequireEncryption

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

RetryPolicy

Gets or sets the retry policy for the request.

ServerTimeout

Gets or sets the server timeout interval for the request.

Applies to