Share via


CloudBlobClient.BeginListContainersSegmented Methode

Definition

Überlädt

BeginListContainersSegmented(BlobContinuationToken, AsyncCallback, Object)

Startet eine asynchrone Anforderung, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Containern enthält.

BeginListContainersSegmented(String, BlobContinuationToken, AsyncCallback, Object)

Startet eine asynchrone Anforderung, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Containern enthält.

BeginListContainersSegmented(String, ContainerListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Startet eine asynchrone Anforderung, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält, deren Namen mit dem angegebenen Präfix beginnen.

BeginListContainersSegmented(BlobContinuationToken, AsyncCallback, Object)

Startet eine asynchrone Anforderung, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Containern enthält.

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

Parameter

continuationToken
BlobContinuationToken

Ein BlobContinuationToken Objekt, das von einem vorherigen Listenvorgang zurückgegeben wurde.

callback
AsyncCallback

Ein AsyncCallback Delegat, der eine Benachrichtigung erhält, wenn der asynchrone Vorgang abgeschlossen ist.

state
Object

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

Gibt zurück

Ein ICancellableAsyncResult , der auf den asynchronen Vorgang verweist.

Attribute

Gilt für:

BeginListContainersSegmented(String, BlobContinuationToken, AsyncCallback, Object)

Startet eine asynchrone Anforderung, um ein Ergebnissegment zurückzugeben, das eine Sammlung von Containern enthält.

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

Parameter

prefix
String

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

continuationToken
BlobContinuationToken

Ein BlobContinuationToken Objekt, das von einem vorherigen Listenvorgang zurückgegeben wurde.

callback
AsyncCallback

Ein AsyncCallback Delegat, der eine Benachrichtigung erhält, wenn der asynchrone Vorgang abgeschlossen ist.

state
Object

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

Gibt zurück

Ein ICancellableAsyncResult , der auf den asynchronen Vorgang verweist.

Attribute

Gilt für:

BeginListContainersSegmented(String, ContainerListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, AsyncCallback, Object)

Startet eine asynchrone Anforderung, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält, deren Namen mit dem angegebenen Präfix beginnen.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.ICancellableAsyncResult BeginListContainersSegmented (string prefix, Microsoft.Azure.Storage.Blob.ContainerListingDetails detailsIncluded, int? maxResults, Microsoft.Azure.Storage.Blob.BlobContinuationToken continuationToken, Microsoft.Azure.Storage.Blob.BlobRequestOptions options, Microsoft.Azure.Storage.OperationContext operationContext, AsyncCallback callback, object state);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member BeginListContainersSegmented : string * Microsoft.Azure.Storage.Blob.ContainerListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * AsyncCallback * obj -> Microsoft.Azure.Storage.ICancellableAsyncResult
override this.BeginListContainersSegmented : string * Microsoft.Azure.Storage.Blob.ContainerListingDetails * 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 BeginListContainersSegmented (prefix As String, detailsIncluded As ContainerListingDetails, maxResults As Nullable(Of Integer), continuationToken As BlobContinuationToken, options As BlobRequestOptions, operationContext As OperationContext, callback As AsyncCallback, state As Object) As ICancellableAsyncResult

Parameter

prefix
String

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

detailsIncluded
ContainerListingDetails

Ein ContainerListingDetails Enumerationswert, der angibt, ob Containermetadaten mit dem Eintrag zurückgegeben werden sollen.

maxResults
Nullable<Int32>

Ein nicht negativer ganzzahliger Wert, der die maximale Anzahl der gleichzeitig im Ergebnissegment 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.

continuationToken
BlobContinuationToken

Ein BlobContinuationToken Objekt, das von einem vorherigen Listenvorgang 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 eine Benachrichtigung erhält, wenn der asynchrone Vorgang abgeschlossen ist.

state
Object

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

Gibt zurück

Ein ICancellableAsyncResult , der auf den asynchronen Vorgang verweist.

Attribute

Gilt für: