CloudBlobDirectory.ListBlobsSegmentedAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
ListBlobsSegmentedAsync(BlobContinuationToken) |
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im virtuellen Verzeichnis enthält. |
ListBlobsSegmentedAsync(BlobContinuationToken, CancellationToken) |
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im virtuellen Verzeichnis enthält. |
ListBlobsSegmentedAsync(Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im virtuellen Verzeichnis enthält. |
ListBlobsSegmentedAsync(Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im virtuellen Verzeichnis enthält. |
ListBlobsSegmentedAsync(BlobContinuationToken)
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im virtuellen Verzeichnis enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobResultSegment> ListBlobsSegmentedAsync (Microsoft.Azure.Storage.Blob.BlobContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListBlobsSegmentedAsync : Microsoft.Azure.Storage.Blob.BlobContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobResultSegment>
override this.ListBlobsSegmentedAsync : Microsoft.Azure.Storage.Blob.BlobContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobResultSegment>
Public Overridable Function ListBlobsSegmentedAsync (currentToken As BlobContinuationToken) As Task(Of BlobResultSegment)
Parameter
- currentToken
- BlobContinuationToken
Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ BlobResultSegment.
- Attribute
Gilt für:
ListBlobsSegmentedAsync(BlobContinuationToken, CancellationToken)
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im virtuellen Verzeichnis enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobResultSegment> ListBlobsSegmentedAsync (Microsoft.Azure.Storage.Blob.BlobContinuationToken currentToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListBlobsSegmentedAsync : Microsoft.Azure.Storage.Blob.BlobContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobResultSegment>
override this.ListBlobsSegmentedAsync : Microsoft.Azure.Storage.Blob.BlobContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobResultSegment>
Public Overridable Function ListBlobsSegmentedAsync (currentToken As BlobContinuationToken, cancellationToken As CancellationToken) As Task(Of BlobResultSegment)
Parameter
- currentToken
- BlobContinuationToken
Ein Fortsetzungstoken, das vom vorherigen Auflistungsvorgang zurückgegeben wurde.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ BlobResultSegment.
- Attribute
Gilt für:
ListBlobsSegmentedAsync(Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im virtuellen Verzeichnis enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobResultSegment> ListBlobsSegmentedAsync (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);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListBlobsSegmentedAsync : bool * Microsoft.Azure.Storage.Blob.BlobListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobResultSegment>
override this.ListBlobsSegmentedAsync : bool * Microsoft.Azure.Storage.Blob.BlobListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobResultSegment>
Public Overridable Function ListBlobsSegmentedAsync (useFlatBlobListing As Boolean, blobListingDetails As BlobListingDetails, maxResults As Nullable(Of Integer), currentToken As BlobContinuationToken, options As BlobRequestOptions, operationContext As OperationContext) As Task(Of BlobResultSegment)
Parameter
- 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.
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.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ BlobResultSegment.
- Attribute
Gilt für:
ListBlobsSegmentedAsync(Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Blobelementen im virtuellen Verzeichnis enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobResultSegment> ListBlobsSegmentedAsync (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, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListBlobsSegmentedAsync : bool * Microsoft.Azure.Storage.Blob.BlobListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobResultSegment>
override this.ListBlobsSegmentedAsync : bool * Microsoft.Azure.Storage.Blob.BlobListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.BlobResultSegment>
Public Overridable Function ListBlobsSegmentedAsync (useFlatBlobListing As Boolean, blobListingDetails As BlobListingDetails, maxResults As Nullable(Of Integer), currentToken As BlobContinuationToken, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of BlobResultSegment)
Parameter
- 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.
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.
- cancellationToken
- CancellationToken
Ein CancellationToken, das beim Warten auf den Abschluss einer Aufgabe überwacht werden soll.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ BlobResultSegment.
- Attribute
Gilt für:
Azure SDK for .NET