Storage Client Library for Windows Runtime (Version 7.0)

Microsoft.WindowsAzure.Storage.Queue

Classes

Class Description
System_CAPS_pubclass CloudQueue

This class represents a queue in the Windows Azure Queue service.

System_CAPS_pubclass 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.

System_CAPS_pubclass CloudQueueMessage

Represents a message in the Windows Azure Queue service.

System_CAPS_pubclass QueueContinuationToken

Represents a continuation token returned by the Queue service.

System_CAPS_pubclass QueueRequestOptions

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

System_CAPS_pubclass QueueResultSegment

Represents a segment of CloudQueue results, with continuation information for pagination scenarios.

System_CAPS_pubclass SharedAccessQueuePolicies

Represents the collection of shared access policies defined for a queue.

System_CAPS_pubclass 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
System_CAPS_pubenum MessageUpdateFields

Enumeration controlling the options for updating queue messages.

System_CAPS_pubenum SharedAccessQueuePermissions

Specifies the set of possible permissions for a shared access queue policy.

Return to top