Microsoft.WindowsAzure.Storage.Queue Namespace

Windows Runtime Azure Storage Client Library

Classes

Class Description
CloudQueue This class represents a queue in the Windows Azure Queue service.
CloudQueueClient Provides a client-side logical representation of the Windows Azure Queue Service. This client is used to configure and execute requests against the Queue Service.
CloudQueueMessage Represents a message in the Windows Azure Queue service.
QueueContinuationToken Represents a continuation token returned by the Queue service.
QueueRequestOptions Represents a set of timeout and retry policy options that may be specified for a request against the Queue service.
QueueResultSegment Represents a segment of CloudQueue results, with continuation information for pagination scenarios.
SharedAccessQueuePolicies Represents the collection of shared access policies defined for a queue.
SharedAccessQueuePolicy Represents a shared access policy for a queue, which specifies the start time, expiry time, and permissions for a shared access signature.

Enumerations

Enumeration Description
MessageUpdateFields Enumeration controlling the options for updating queue messages.
SharedAccessQueuePermissions Specifies the set of possible permissions for a shared access queue policy.