Core.ListStatusAsync 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.
Lista os subdiretórios ou arquivos contidos em um diretório
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))
Parâmetros
- path
- String
Caminho do diretório
- listAfter
- String
Nome do arquivo após o qual a lista de arquivos deve ser obtida do servidor
- listBefore
- String
Nome do arquivo até qual lista de arquivos deve ser obtida do servidor
- listSize
- Int32
Tamanho da lista a ser obtido do servidor
- userIdFormat
- Nullable<UserGroupRepresentation>
Como o objeto de usuário ou grupo será representado
- client
- AdlsClient
Cliente do ADLS
- req
- RequestOptions
Opções para alterar o comportamento da solicitação Http
- resp
- OperationResponse
Armazena a resposta/a taxa de transferência da solicitação Http
- cancelToken
- CancellationToken
CancellationToken para cancelar a solicitação
Retornos
Lista de diretórios
Aplica-se a
Azure SDK for .NET