CloudBlobDirectory.BeginListBlobsSegmented メソッド

定義

オーバーロード

BeginListBlobsSegmented(BlobContinuationToken, AsyncCallback, Object)

仮想ディレクトリ内の BLOB 項目のコレクションを含む結果セグメントを返す非同期操作を開始します。

BeginListBlobsSegmented(Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, AsyncCallback, Object)

仮想ディレクトリ内の BLOB 項目のコレクションを含む結果セグメントを返す非同期操作を開始します。

BeginListBlobsSegmented(BlobContinuationToken, AsyncCallback, Object)

仮想ディレクトリ内の BLOB 項目のコレクションを含む結果セグメントを返す非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListBlobsSegmented (Microsoft.Azure.Storage.Blob.BlobContinuationToken currentToken, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginListBlobsSegmented : Microsoft.Azure.Storage.Blob.BlobContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListBlobsSegmented : Microsoft.Azure.Storage.Blob.BlobContinuationToken * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginListBlobsSegmented (currentToken As BlobContinuationToken, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

パラメーター

currentToken
BlobContinuationToken

前の一覧作成操作によって返された継続トークンです。

callback
AsyncCallback

AsyncCallback非同期操作の完了時に通知を受け取るデリゲート。

state
Object

コールバック デリゲートに渡されるユーザー定義オブジェクト。

戻り値

ICancellableAsyncResult非同期操作を参照する 。

属性

適用対象

BeginListBlobsSegmented(Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, AsyncCallback, Object)

仮想ディレクトリ内の BLOB 項目のコレクションを含む結果セグメントを返す非同期操作を開始します。

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListBlobsSegmented (bool useFlatBlobListing, Microsoft.Azure.Storage.Blob.BlobListingDetails blobListingDetails, int? maxResults, Microsoft.Azure.Storage.Blob.BlobContinuationToken currentToken, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginListBlobsSegmented : bool * Microsoft.Azure.Storage.Blob.BlobListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListBlobsSegmented : bool * Microsoft.Azure.Storage.Blob.BlobListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
Public Overridable Function BeginListBlobsSegmented (useFlatBlobListing As Boolean, blobListingDetails As BlobListingDetails, maxResults As Nullable(Of Integer), currentToken As BlobContinuationToken, options As BlobRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

パラメーター

useFlatBlobListing
Boolean

フラット リスト内の BLOB を一覧表示するか、仮想ディレクトリごとに BLOB を階層的に一覧表示するかを指定するブール値。

blobListingDetails
BlobListingDetails

一覧に含める項目を記述する BlobListingDetails 列挙体です。

maxResults
Nullable<Int32>

一度に返される結果の最大数を示す正の整数値です (1 回の操作あたりの上限は 5,000 件)。 この値が の場合、 null最大 5000 件の結果が返されます。

currentToken
BlobContinuationToken

前の一覧作成操作によって返された継続トークンです。

options
BlobRequestOptions

要求の追加オプションを指定する BlobRequestOptions オブジェクトです。

operationContext
OperationContext

現在の操作のコンテキストを表す OperationContext オブジェクトです。

callback
AsyncCallback

AsyncCallback非同期操作の完了時に通知を受け取るデリゲート。

state
Object

コールバック デリゲートに渡されるユーザー定義オブジェクト。

戻り値

ICancellableAsyncResult非同期操作を参照する 。

属性

適用対象