次の方法で共有


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>

返される結果の最大数。

適用対象