Core.ListStatusAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Répertorie les sous-répertoires ou fichiers contenus dans un répertoire
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))
Paramètres
- path
- String
Chemin d’accès du répertoire
- listAfter
- String
Nom de fichier après lequel la liste des fichiers doit être obtenue à partir du serveur
- listBefore
- String
Nom de fichier jusqu’à laquelle la liste des fichiers doit être obtenue à partir du serveur
- listSize
- Int32
Taille de liste à obtenir à partir du serveur
- userIdFormat
- Nullable<UserGroupRepresentation>
Façon dont l’objet utilisateur ou groupe sera représenté
- client
- AdlsClient
ADLS Client
- req
- RequestOptions
Options permettant de modifier le comportement de la requête Http
- resp
- OperationResponse
Stocke la réponse/l’ouput de la requête Http
- cancelToken
- CancellationToken
CancelToken pour annuler la demande
Retours
Liste des répertoires
S’applique à
Azure SDK for .NET