次の方法で共有


Core.GetFileStatusAsync メソッド

定義

完全パス、型 (ファイルまたはディレクトリ)、グループ、ユーザー、アクセス許可、長さ、最終アクセス時間、最終変更時刻、有効期限、acl ビット、レプリケーション係数などのメタデータを取得します

public static System.Threading.Tasks.Task<Microsoft.Azure.DataLake.Store.DirectoryEntry> GetFileStatusAsync (string path, Microsoft.Azure.DataLake.Store.UserGroupRepresentation? userIdFormat, Microsoft.Azure.DataLake.Store.AdlsClient client, Microsoft.Azure.DataLake.Store.RequestOptions req, Microsoft.Azure.DataLake.Store.OperationResponse resp, System.Threading.CancellationToken cancelToken = default, bool getConsistentFileLength = false);
static member GetFileStatusAsync : string * Nullable<Microsoft.Azure.DataLake.Store.UserGroupRepresentation> * Microsoft.Azure.DataLake.Store.AdlsClient * Microsoft.Azure.DataLake.Store.RequestOptions * Microsoft.Azure.DataLake.Store.OperationResponse * System.Threading.CancellationToken * bool -> System.Threading.Tasks.Task<Microsoft.Azure.DataLake.Store.DirectoryEntry>
Public Shared Function GetFileStatusAsync (path As String, userIdFormat As Nullable(Of UserGroupRepresentation), client As AdlsClient, req As RequestOptions, resp As OperationResponse, Optional cancelToken As CancellationToken = Nothing, Optional getConsistentFileLength As Boolean = false) As Task(Of DirectoryEntry)

パラメーター

path
String

ファイルまたはディレクトリのパス

userIdFormat
Nullable<UserGroupRepresentation>

ユーザーまたはグループ オブジェクトを表す方法

client
AdlsClient

ADLS クライアント

req
RequestOptions

Http 要求の動作を変更するオプション

resp
OperationResponse

Http 要求の応答/出力を格納します

cancelToken
CancellationToken

要求を取り消す CancellationToken

getConsistentFileLength
Boolean

True を設定すると、長さが更新されます。

戻り値

ファイルまたはディレクトリのメタデータを返します

適用対象