Class QueueEntry
- Namespace
- Microsoft.WindowsAzure.Storage.Queue.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents a queue item returned in the XML response for a queue listing operation.
public sealed class QueueEntry
- Inheritance
-
QueueEntry
- Inherited Members
Properties
Metadata
Gets the user-defined metadata for the queue.
public IDictionary<string, string> Metadata { get; }
Property Value
- IDictionary<string, string>
The queue's metadata, as a collection of name-value pairs.
Name
Gets the name of the queue.
public string Name { get; }
Property Value
- string
The queue's name.
Uri
Gets the queue's URI.
public Uri Uri { get; }
Property Value
- Uri
The absolute URI to the queue.