CloudFileDirectory.BeginListFilesAndDirectoriesSegmented メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
BeginListFilesAndDirectoriesSegmented(FileContinuationToken, AsyncCallback, Object) |
共有内のファイル項目のコレクションを含む結果セグメントを返す非同期操作を開始します。 |
BeginListFilesAndDirectoriesSegmented(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, AsyncCallback, Object) |
共有内のファイル項目のコレクションを含む結果セグメントを返す非同期操作を開始します。 |
BeginListFilesAndDirectoriesSegmented(String, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, AsyncCallback, Object) |
共有内のファイル項目のコレクションを含む結果セグメントを返す非同期操作を開始します。 |
BeginListFilesAndDirectoriesSegmented(FileContinuationToken, AsyncCallback, Object)
共有内のファイル項目のコレクションを含む結果セグメントを返す非同期操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListFilesAndDirectoriesSegmented (Microsoft.Azure.Storage.File.FileContinuationToken currentToken, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginListFilesAndDirectoriesSegmented : Microsoft.Azure.Storage.File.FileContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListFilesAndDirectoriesSegmented : Microsoft.Azure.Storage.File.FileContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginListFilesAndDirectoriesSegmented (currentToken As FileContinuationToken, callback As AsyncCallback, state As Object) As ICancellableAsyncResult
パラメーター
- currentToken
- FileContinuationToken
前の一覧作成操作によって返された継続トークンです。
- callback
- AsyncCallback
非同期操作の完了時に通知を受け取るコールバック デリゲート。
- state
- Object
コールバック デリゲートに渡されるユーザー定義オブジェクト。
戻り値
ICancellableAsyncResult非同期操作を参照する 。
- 属性
適用対象
BeginListFilesAndDirectoriesSegmented(Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, AsyncCallback, Object)
共有内のファイル項目のコレクションを含む結果セグメントを返す非同期操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListFilesAndDirectoriesSegmented (int? maxResults, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginListFilesAndDirectoriesSegmented : Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListFilesAndDirectoriesSegmented : Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginListFilesAndDirectoriesSegmented (maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult
パラメーター
一度に返される結果の最大数を示す正の整数値です (1 回の操作あたりの上限は 5,000 件)。 この値が の場合、 null
最大 5000 件の結果が返されます。
- currentToken
- FileContinuationToken
前の一覧作成操作によって返された継続トークンです。
- options
- FileRequestOptions
要求の追加オプションを指定する FileRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
- callback
- AsyncCallback
非同期操作の完了時に通知を受け取るコールバック デリゲート。
- state
- Object
コールバック デリゲートに渡されるユーザー定義オブジェクト。
戻り値
ICancellableAsyncResult非同期操作を参照する 。
- 属性
適用対象
BeginListFilesAndDirectoriesSegmented(String, Nullable<Int32>, FileContinuationToken, FileRequestOptions, OperationContext, AsyncCallback, Object)
共有内のファイル項目のコレクションを含む結果セグメントを返す非同期操作を開始します。
[Microsoft.Azure.Storage.DoesServiceRequest]
public Microsoft.Azure.Storage.ICancellableAsyncResult BeginListFilesAndDirectoriesSegmented (string prefix, int? maxResults, Microsoft.Azure.Storage.File.FileContinuationToken currentToken, Microsoft.Azure.Storage.File.FileRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
member this.BeginListFilesAndDirectoriesSegmented : string * Nullable<int> * Microsoft.Azure.Storage.File.FileContinuationToken * Microsoft.Azure.Storage.File.FileRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Function BeginListFilesAndDirectoriesSegmented (prefix As String, maxResults As Nullable(Of Integer), currentToken As FileContinuationToken, options As FileRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult
パラメーター
- prefix
- String
ファイル名またはディレクトリ名プレフィックスを含む文字列。
一度に返される結果の最大数を示す正の整数値です (1 回の操作あたりの上限は 5,000 件)。 この値が の場合、 null
最大 5000 件の結果が返されます。
- currentToken
- FileContinuationToken
前の一覧作成操作によって返された継続トークンです。
- options
- FileRequestOptions
要求の追加オプションを指定する FileRequestOptions オブジェクトです。
- operationContext
- OperationContext
現在の操作のコンテキストを表す OperationContext オブジェクトです。
- callback
- AsyncCallback
非同期操作の完了時に通知を受け取るコールバック デリゲート。
- state
- Object
コールバック デリゲートに渡されるユーザー定義オブジェクト。
戻り値
ICancellableAsyncResult非同期操作を参照する 。
- 属性
適用対象
Azure SDK for .NET