Partager via


CloudBlobContainer.BeginListBlobsSegmented Méthode

Définition

Surcharges

BeginListBlobsSegmented(BlobContinuationToken, AsyncCallback, Object)

Commence une opération asynchrone pour retourner un segment de résultat contenant une collection d’éléments blob dans le conteneur.

BeginListBlobsSegmented(String, BlobContinuationToken, AsyncCallback, Object)

Commence une opération asynchrone pour retourner un segment de résultat contenant une collection d’éléments blob dans le conteneur.

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

Commence une opération asynchrone pour retourner un segment de résultat contenant une collection d’éléments blob dans le conteneur.

BeginListBlobsSegmented(BlobContinuationToken, AsyncCallback, Object)

Commence une opération asynchrone pour retourner un segment de résultat contenant une collection d’éléments blob dans le conteneur.

[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

Paramètres

currentToken
BlobContinuationToken

Jeton de liaison renvoyé par une opération de liste précédente.

callback
AsyncCallback

Délégué AsyncCallback qui recevra une notification une fois l’opération asynchrone terminée.

state
Object

Objet défini par l’utilisateur qui sera passé au délégué de rappel.

Retours

ICancellableAsyncResult qui fait référence à l’opération asynchrone.

Attributs

S’applique à

BeginListBlobsSegmented(String, BlobContinuationToken, AsyncCallback, Object)

Commence une opération asynchrone pour retourner un segment de résultat contenant une collection d’éléments blob dans le conteneur.

[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

Paramètres

prefix
String

Chaîne contenant le préfixe de nom d’objet blob.

currentToken
BlobContinuationToken

Jeton de liaison renvoyé par une opération de liste précédente.

callback
AsyncCallback

Délégué AsyncCallback qui recevra une notification une fois l’opération asynchrone terminée.

state
Object

Objet défini par l’utilisateur qui sera passé au délégué de rappel.

Retours

ICancellableAsyncResult qui fait référence à l’opération asynchrone.

Attributs

S’applique à

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

Commence une opération asynchrone pour retourner un segment de résultat contenant une collection d’éléments blob dans le conteneur.

[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

Paramètres

prefix
String

Chaîne contenant le préfixe de nom d’objet blob.

useFlatBlobListing
Boolean

Valeur booléenne qui spécifie s’il faut répertorier les objets blob dans une liste plate ou s’il faut répertorier les objets blob hiérarchiquement, par répertoire virtuel.

blobListingDetails
BlobListingDetails

Énumération BlobListingDetails décrivant les éléments à inclure dans la liste.

maxResults
Nullable<Int32>

Valeur entière non négative qui indique le nombre maximal de résultats à renvoyer en même temps, jusqu'à 5 000 par opération. Si cette valeur est null, le nombre maximal possible de résultats est retourné, jusqu’à 5 000.

currentToken
BlobContinuationToken

Jeton de liaison renvoyé par une opération de liste précédente.

options
BlobRequestOptions

Objet BlobRequestOptions qui spécifie les options supplémentaires de la demande.

operationContext
OperationContext

Objet OperationContext qui représente le contexte de l'opération actuelle.

callback
AsyncCallback

Délégué AsyncCallback qui recevra une notification une fois l’opération asynchrone terminée.

state
Object

Objet défini par l’utilisateur qui sera passé au délégué de rappel.

Retours

ICancellableAsyncResult qui fait référence à l’opération asynchrone.

Attributs

S’applique à