Compartilhar via


FileSystemOperationsExtensions.PathExistsAsync Método

Definição

Teste a existência de um arquivo ou objeto de diretório especificado pelo caminho do arquivo.

public static System.Threading.Tasks.Task<bool> PathExistsAsync (this Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations operations, string accountName, string getFilePath, System.Threading.CancellationToken cancellationToken = default);
static member PathExistsAsync : Microsoft.Azure.Management.DataLake.Store.IFileSystemOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<bool>
<Extension()>
Public Function PathExistsAsync (operations As IFileSystemOperations, accountName As String, getFilePath As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Boolean)

Parâmetros

operations
IFileSystemOperations

O grupo de operações para esse método de extensão.

accountName
String

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

getFilePath
String

O caminho do Data Lake Store (começando com '/') do arquivo ou diretório para o qual testar a existência.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a