Freigeben über


FileSystemOperationsExtensions.PathExistsAsync Methode

Definition

Testen Sie das Vorhandensein eines Datei- oder Verzeichnisobjekts, das durch den Dateipfad angegeben wird.

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)

Parameter

operations
IFileSystemOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

accountName
String

Das Azure Data Lake Store-Konto zum Ausführen von Dateisystemvorgängen.

getFilePath
String

Der Data Lake Store-Pfad (beginnend mit "/") der Datei oder des Verzeichnisses, für die bzw. das das Vorhandensein von getestet werden soll.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: