Partager via


IFileSystemOperations.GetFileStatusWithHttpMessagesAsync Méthode

Définition

Obtenez l’objet status fichier spécifié par le chemin d’accès du fichier.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.FileStatusResult>> GetFileStatusWithHttpMessagesAsync (string accountName, string getFilePath, 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.FileStatusResult>> GetFileStatusWithHttpMessagesAsync (string accountName, string path, bool? tooId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetFileStatusWithHttpMessagesAsync : 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.FileStatusResult>>
abstract member GetFileStatusWithHttpMessagesAsync : 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.FileStatusResult>>
Public Function GetFileStatusWithHttpMessagesAsync (accountName As String, getFilePath As String, 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 FileStatusResult))
Public Function GetFileStatusWithHttpMessagesAsync (accountName As String, path As String, 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 FileStatusResult))

Paramètres

accountName
String

Compte Azure Data Lake Store sur lequel exécuter des opérations de système de fichiers.

getFilePathpath
String

Chemin d’accès Data Lake Store (commençant par « / ») du fichier ou du répertoire pour lequel récupérer le status.

tooId
Nullable<Boolean>

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 à