FileListingContext(Nullable<Int32>) Constructor

Definition

Initializes a new instance of the FileListingContext class.

public FileListingContext (int? maxResults);
new Microsoft.Azure.Storage.File.Protocol.FileListingContext : Nullable<int> -> Microsoft.Azure.Storage.File.Protocol.FileListingContext
Public Sub New (maxResults As Nullable(Of Integer))

Parameters

maxResults
Nullable<Int32>

The maximum number of results to return.

Applies to