FileSystemOperationsExtensions.PathExistsAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Testez l’existence d’un fichier ou d’un objet de répertoire spécifié par le chemin d’accès du fichier.
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)
Paramètres
- operations
- IFileSystemOperations
Groupe d’opérations pour cette méthode d’extension.
- accountName
- String
Compte Azure Data Lake Store sur lequel exécuter des opérations de système de fichiers.
- getFilePath
- String
Chemin Data Lake Store (commençant par « / ») du fichier ou du répertoire pour lequel tester l’existence.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
S’applique à
Azure SDK for .NET