IFileSystemOperations.ListFileStatusWithHttpMessagesAsync Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obter a lista de objetos de status de arquivo especificados pelo caminho do arquivo, com parâmetros de paginação opcionais
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))
Parâmetros
- accountName
- String
A conta do Azure Data Lake Store na qual executar operações do sistema de arquivos.
- listFilePathpath
- String
O caminho do Data Lake Store (começando com '/') do diretório a ser listado.
- listAfter
- String
Obtém ou define o item ou o índice lexográfico após o qual começar a retornar resultados. Por exemplo, uma lista de arquivos de 'a','b','d' e listAfter='b' retornará 'd', e um listAfter='c' também retornará 'd'. Opcional.
- listBefore
- String
Obtém ou define o item ou índice lexográfico antes do qual começar a retornar resultados. Por exemplo, uma lista de arquivos de 'a','b','d' e listBefore='d' retornará 'a','b', e um listBefore='c' também retornará 'a','b'. Opcional.
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
Gerada quando a operação retornou um código de status inválido
Gerada quando não é possível desserializar a resposta
Gerado quando um parâmetro necessário é nulo
Aplica-se a
Azure SDK for .NET