IFileSystemOperations.ListFileStatusWithHttpMessagesAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オプションの改ページ パラメーターを使用して、ファイル パスで指定されたファイル状態オブジェクトの一覧を取得します
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.FileStatusesResult>> ListFileStatusWithHttpMessagesAsync (string accountName, string listFilePath, int? listSize = default, string listAfter = default, string listBefore = default, bool? tooId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.FileStatusesResult>> ListFileStatusWithHttpMessagesAsync (string accountName, string path, int? listSize = default, string listAfter = default, string listBefore = default, bool? tooId = default, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListFileStatusWithHttpMessagesAsync : string * string * Nullable<int> * string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.FileStatusesResult>>
abstract member ListFileStatusWithHttpMessagesAsync : string * string * Nullable<int> * string * string * Nullable<bool> * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.DataLake.Store.Models.FileStatusesResult>>
Public Function ListFileStatusWithHttpMessagesAsync (accountName As String, listFilePath As String, Optional listSize As Nullable(Of Integer) = Nothing, Optional listAfter As String = Nothing, Optional listBefore As String = Nothing, Optional tooId As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of FileStatusesResult))
Public Function ListFileStatusWithHttpMessagesAsync (accountName As String, path As String, Optional listSize As Nullable(Of Integer) = Nothing, Optional listAfter As String = Nothing, Optional listBefore As String = Nothing, Optional tooId As Nullable(Of Boolean) = Nothing, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of FileStatusesResult))
パラメーター
- accountName
- String
ファイルシステム操作を実行する Azure Data Lake Store アカウント。
- listFilePathpath
- String
一覧表示するディレクトリの Data Lake Store パス ('/' 以降)。
- listAfter
- String
結果の返しを開始する項目または辞書インデックスを取得または設定します。 たとえば、'a','b','d' と listAfter='b' のファイル リストは 'd' を返し、listAfter='c' も 'd' を返します。 省略可能。
- listBefore
- String
結果の返しを開始する前の項目または辞書インデックスを取得または設定します。 たとえば、'a','b','d' と listBefore='d' のファイル リストは 'a','b' を返し、listBefore='c' も 'a','b' を返します。 省略可能。
所有者とグループの代わりにフレンドリ名を返すオプションのスイッチ。 tooid=false は、AAD オブジェクト ID の代わりにフレンドリ名を返します。 既定値は true で、AAD オブジェクト ID を返します。
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
- cancellationToken
- CancellationToken
キャンセル トークン。
戻り値
例外
操作が無効な状態コードを返したときにスローされます
応答を逆シリアル化できない場合にスローされます
必須パラメーターが null の場合にスローされます
適用対象
Azure SDK for .NET