Microsoft.Azure.Storage.Queue Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
CloudQueue |
This class represents a queue in the Microsoft Azure Queue service. |
CloudQueueClient |
Provides a client-side logical representation of the Microsoft Azure Queue service. This client is used to configure and execute requests against the Queue service. |
CloudQueueMessage |
Represents a message in the Microsoft Azure Queue service. |
QueueAccountExtensions | |
QueueContinuationToken |
Represents a continuation token returned by the Queue service. |
QueueEncryptionPolicy |
Represents an encryption policy for performing envelope encryption/decryption of messages in Azure queue. |
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. |
Enums
MessageUpdateFields |
Enumeration controlling the options for updating queue messages. |
SharedAccessQueuePermissions |
Specifies the set of possible permissions for a shared access queue policy. |
Azure SDK for .NET