次の方法で共有


FileSystemOperationsExtensions.GetFileStatusAsync メソッド

定義

ファイル パスで指定されたファイル状態オブジェクトを取得します。

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

パラメーター

operations
IFileSystemOperations

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

accountName
String

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

getFilePathpath
String

状態を取得するファイルまたはディレクトリの Data Lake Store パス ('/' 以降)。

tooId
Nullable<Boolean>

所有者とグループの代わりにフレンドリ名を返すオプションのスイッチ。 tooid=false は、AAD オブジェクト ID の代わりにフレンドリ名を返します。 既定値は true で、AAD オブジェクト ID を返します。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象