你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FileListingContext(Nullable<Int32>) 构造函数

定义

初始化 FileListingContext 类的新实例。

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))

参数

maxResults
Nullable<Int32>

要返回的最大结果数。

适用于