次の方法で共有


FileSystemOperationsExtensions.PathExistsAsync メソッド

定義

ファイル パスで指定されたファイルまたはディレクトリ オブジェクトの存在をテストします。

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)

パラメーター

operations
IFileSystemOperations

この拡張メソッドの操作グループ。

accountName
String

ファイルシステム操作を実行する Azure Data Lake Store アカウント。

getFilePath
String

存在をテストする対象のファイルまたはディレクトリの Data Lake Store パス ('/' から始まる)。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象