IFileSystemOperations.ListFileStatusWithHttpMessagesAsync 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.
Obtenir la liste des objets status de fichier spécifiés par le chemin d’accès au fichier, avec des paramètres de pagination facultatifs
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.FileStatusesResult>> ListFileStatusWithHttpMessagesAsync (string accountName, string listFilePath, int? listSize = default, string listAfter = default, string listBefore = default, bool? tooId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.FileStatusesResult>> ListFileStatusWithHttpMessagesAsync (string accountName, string path, int? listSize = default, string listAfter = default, string listBefore = default, bool? tooId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListFileStatusWithHttpMessagesAsync : string * string * Nullable<int> * string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.FileStatusesResult>>
abstract member ListFileStatusWithHttpMessagesAsync : string * string * Nullable<int> * string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.FileStatusesResult>>
Public Function ListFileStatusWithHttpMessagesAsync (accountName As String, listFilePath As String, Optional listSize As Nullable(Of Integer) = Nothing, Optional listAfter As String = Nothing, Optional listBefore As String = Nothing, Optional tooId As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of FileStatusesResult))
Public Function ListFileStatusWithHttpMessagesAsync (accountName As String, path As String, Optional listSize As Nullable(Of Integer) = Nothing, Optional listAfter As String = Nothing, Optional listBefore As String = Nothing, Optional tooId As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of FileStatusesResult))
Paramètres
- accountName
- String
Compte Azure Data Lake Store sur lequel exécuter des opérations de système de fichiers.
- listFilePathpath
- String
Chemin d’accès Data Lake Store (commençant par « / ») du répertoire à répertorier.
- listAfter
- String
Obtient ou définit l’élément ou l’index lexographique après lequel commencer à retourner des résultats. Par exemple, une liste de fichiers de 'a','b','d' et listAfter='b' renvoie 'd', et une listeAfter='c' renvoie également 'd'. facultatif.
- listBefore
- String
Obtient ou définit l’élément ou l’index lexographique avant lequel commencer à retourner des résultats. Par exemple, une liste de fichiers de 'a','b','d' et listBefore='d' renvoie 'a','b', et un listBefore='c' renvoie également 'a','b'. facultatif.
Commutateur facultatif pour retourner des noms conviviaux à la place du propriétaire et du groupe. tooid=false retourne des noms conviviaux au lieu de l’ID d’objet AAD. La valeur par défaut est true, renvoyant les ID d’objet AAD.
- customHeaders
- Dictionary<String,List<String>>
En-têtes qui seront ajoutés à la demande.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Exceptions
Levée lorsque l’opération a retourné un code status non valide
Levée lorsque la réponse ne peut pas être désérialisée
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
Azure SDK for .NET