CloudBlobContainer.BeginListBlobsSegmented Methode

Definition

Überlädt

BeginListBlobsSegmented(BlobContinuationToken, AsyncCallback, Object)

Startet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im Container enthält.

BeginListBlobsSegmented(String, BlobContinuationToken, AsyncCallback, Object)

Startet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im Container enthält.

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

Startet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im Container enthält.

BeginListBlobsSegmented(BlobContinuationToken, AsyncCallback, Object)

Startet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im Container enthält.

[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

Parameter

currentToken
BlobContinuationToken

Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.

callback
AsyncCallback

Ein AsyncCallback Delegat, der nach Abschluss des asynchronen Vorgangs eine Benachrichtigung erhält.

state
Object

Ein benutzerdefiniertes Objekt, das an den Rückrufdelegat übergeben wird.

Gibt zurück

Eine ICancellableAsyncResult , die auf den asynchronen Vorgang verweist.

Attribute

Gilt für:

BeginListBlobsSegmented(String, BlobContinuationToken, AsyncCallback, Object)

Startet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im Container enthält.

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

Parameter

prefix
String

Eine Zeichenfolge, die das Blobnamenpräfix enthält.

currentToken
BlobContinuationToken

Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.

callback
AsyncCallback

Ein AsyncCallback Delegat, der nach Abschluss des asynchronen Vorgangs eine Benachrichtigung erhält.

state
Object

Ein benutzerdefiniertes Objekt, das an den Rückrufdelegat übergeben wird.

Gibt zurück

Eine ICancellableAsyncResult , die auf den asynchronen Vorgang verweist.

Attribute

Gilt für:

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

Startet einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im Container enthält.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListBlobsSegmented (string prefix, 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 : string * 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 : string * 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 (prefix As String, 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

Parameter

prefix
String

Eine Zeichenfolge, die das Blobnamenpräfix enthält.

useFlatBlobListing
Boolean

Ein boolescher Wert, der angibt, ob Blobs in einer flachen Auflistung oder ob Blobs hierarchisch nach virtuellem Verzeichnis aufgelistet werden sollen.

blobListingDetails
BlobListingDetails

Eine BlobListingDetails-Enumeration, die die in die Auflistung einzuschließenden Elemente beschreibt.

maxResults
Nullable<Int32>

Ein nicht negativer ganzzahliger Wert, der die maximale Anzahl der gleichzeitig zurückzugebenden Ergebnisse angibt. Pro Vorgang gilt ein Grenzwert von 5.000. Wenn dieser Wert null ist, wird die maximal zulässige Anzahl von Ergebnissen (bis 5.000) zurückgegeben.

currentToken
BlobContinuationToken

Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.

options
BlobRequestOptions

Ein BlobRequestOptions-Objekt, das zusätzliche Optionen für die Anforderung angibt.

operationContext
OperationContext

Ein OperationContext-Objekt, das den Kontext für den aktuellen Vorgang darstellt.

callback
AsyncCallback

Ein AsyncCallback Delegat, der nach Abschluss des asynchronen Vorgangs eine Benachrichtigung erhält.

state
Object

Ein benutzerdefiniertes Objekt, das an den Rückrufdelegat übergeben wird.

Gibt zurück

Eine ICancellableAsyncResult , die auf den asynchronen Vorgang verweist.

Attribute

Gilt für: