次の方法で共有


Core.ListStatusAsync メソッド

定義

ディレクトリに含まれるサブディレクトリまたはファイルを一覧表示します

public static System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.DirectoryEntry>> ListStatusAsync (string path, string listAfter, string listBefore, int listSize, Microsoft.Azure.DataLake.Store.UserGroupRepresentation? userIdFormat, Microsoft.Azure.DataLake.Store.AdlsClient client, Microsoft.Azure.DataLake.Store.RequestOptions req, Microsoft.Azure.DataLake.Store.OperationResponse resp, System.Threading.CancellationToken cancelToken = default);
static member ListStatusAsync : string * string * string * int * Nullable<Microsoft.Azure.DataLake.Store.UserGroupRepresentation> * Microsoft.Azure.DataLake.Store.AdlsClient * Microsoft.Azure.DataLake.Store.RequestOptions * Microsoft.Azure.DataLake.Store.OperationResponse * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.DirectoryEntry>>
Public Shared Function ListStatusAsync (path As String, listAfter As String, listBefore As String, listSize As Integer, userIdFormat As Nullable(Of UserGroupRepresentation), client As AdlsClient, req As RequestOptions, resp As OperationResponse, Optional cancelToken As CancellationToken = Nothing) As Task(Of List(Of DirectoryEntry))

パラメーター

path
String

ディレクトリのパス

listAfter
String

サーバーからファイルの一覧を取得するファイル名

listBefore
String

サーバーから取得するファイルの一覧までのファイル名

listSize
Int32

サーバーから取得するリスト サイズ

userIdFormat
Nullable<UserGroupRepresentation>

ユーザーまたはグループ オブジェクトを表す方法

client
AdlsClient

ADLS クライアント

req
RequestOptions

Http 要求の動作を変更するオプション

resp
OperationResponse

Http 要求の応答/出力を格納します

cancelToken
CancellationToken

要求を取り消す CancellationToken

戻り値

directoryentries の一覧

適用対象