Table of Contents

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 string

The queue prefix.

maxResults int?

The maximum number of results to return.

include QueueListingDetails

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