IFileSystemOperations.GetFileStatusWithHttpMessagesAsync Método

Definição

Obtenha o arquivo status objeto especificado pelo caminho do arquivo.

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))

Parâmetros

accountName
String

A conta do Azure Data Lake Store na qual executar operações do sistema de arquivos.

getFilePathpath
String

O caminho do Data Lake Store (começando com '/') do arquivo ou diretório para o qual recuperar o status.

tooId
Nullable<Boolean>

Uma opção opcional para retornar nomes amigáveis no lugar do proprietário e do grupo. tooid=false retorna nomes amigáveis em vez da ID de Objeto do AAD. O valor padrão é true, retornando IDs de objeto do AAD.

customHeaders
Dictionary<String,List<String>>

Os cabeçalhos que serão adicionados à solicitação.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Exceções

Gerado quando a operação retornou um código de status inválido

Gerado quando não é possível desserializar a resposta

Gerado quando um parâmetro necessário é nulo

Aplica-se a