Table of Contents

Class FileListingContext

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

Provides a set of parameters for a file listing operation.

public sealed class FileListingContext : ListingContext
Inheritance
FileListingContext
Inherited Members

Constructors

FileListingContext(int?)

Initializes a new instance of the FileListingContext class.

public FileListingContext(int? maxResults)

Parameters

maxResults int?

The maximum number of results to return.