Class QueueListingContext
- Namespace
- Microsoft.WindowsAzure.Storage.Queue.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Provides a set of parameters for a queue listing operation.
public sealed class QueueListingContext : ListingContext
- Inheritance
-
QueueListingContext
- Inherited Members
Constructors
QueueListingContext(string, int?, QueueListingDetails)
Initializes a new instance of the QueueListingContext class.
public QueueListingContext(string prefix, int? maxResults, QueueListingDetails include)
Parameters
prefix
stringThe queue prefix.
maxResults
int?The maximum number of results to return.
include
QueueListingDetailsThe include parameter.
Properties
Include
Gets or sets the details for the listing operation, which indicates the types of data to include in the response.
public QueueListingDetails Include { get; set; }
Property Value
- QueueListingDetails
The details to include in the listing operation.