Table of Contents

Class ListingContext

Namespace
Microsoft.WindowsAzure.Storage.Shared.Protocol
Assembly
Microsoft.WindowsAzure.Storage.dll

Represents the listing context for enumeration operations.

public class ListingContext
Inheritance
ListingContext
Derived
Inherited Members

Constructors

ListingContext(string, int?)

Initializes a new instance of the ListingContext class.

public ListingContext(string prefix, int? maxResults)

Parameters

prefix string

The resource name prefix.

maxResults int?

The maximum number of resources to return in a single operation, up to the per-operation limit of 5000.

Properties

Marker

Gets or sets the Marker value.

public string Marker { get; set; }

Property Value

string

The Marker value.

MaxResults

Gets or sets the MaxResults value.

public int? MaxResults { get; set; }

Property Value

int?

The MaxResults value.

Prefix

Gets or sets the Prefix value.

public string Prefix { get; set; }

Property Value

string

The Prefix value.