CloudBlobClient.ListContainersSegmentedAsync 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
ListContainersSegmentedAsync(String, BlobContinuationToken, CancellationToken) |
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält. |
ListContainersSegmentedAsync(BlobContinuationToken) |
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält. |
ListContainersSegmentedAsync(BlobContinuationToken, CancellationToken) |
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält. |
ListContainersSegmentedAsync(String, BlobContinuationToken) |
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält. |
ListContainersSegmentedAsync(String, ContainerListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext) |
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält. |
ListContainersSegmentedAsync(String, ContainerListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, CancellationToken) |
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält. |
ListContainersSegmentedAsync(String, BlobContinuationToken, CancellationToken)
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment> ListContainersSegmentedAsync (string prefix, Microsoft.Azure.Storage.Blob.BlobContinuationToken continuationToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListContainersSegmentedAsync : string * Microsoft.Azure.Storage.Blob.BlobContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment>
override this.ListContainersSegmentedAsync : string * Microsoft.Azure.Storage.Blob.BlobContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment>
Public Overridable Function ListContainersSegmentedAsync (prefix As String, continuationToken As BlobContinuationToken, cancellationToken As CancellationToken) As Task(Of ContainerResultSegment)
Parameter
- prefix
- String
Eine Zeichenfolge, die das Containernamenpräfix enthält.
- continuationToken
- BlobContinuationToken
Ein BlobContinuationToken Objekt, das von einem 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 ContainerResultSegment, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
ListContainersSegmentedAsync(BlobContinuationToken)
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment> ListContainersSegmentedAsync (Microsoft.Azure.Storage.Blob.BlobContinuationToken continuationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListContainersSegmentedAsync : Microsoft.Azure.Storage.Blob.BlobContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment>
override this.ListContainersSegmentedAsync : Microsoft.Azure.Storage.Blob.BlobContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment>
Public Overridable Function ListContainersSegmentedAsync (continuationToken As BlobContinuationToken) As Task(Of ContainerResultSegment)
Parameter
- continuationToken
- BlobContinuationToken
Ein BlobContinuationToken Objekt, das von einem vorherigen Auflistungsvorgang zurückgegeben wurde.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ ContainerResultSegment, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
ListContainersSegmentedAsync(BlobContinuationToken, CancellationToken)
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment> ListContainersSegmentedAsync (Microsoft.Azure.Storage.Blob.BlobContinuationToken continuationToken, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListContainersSegmentedAsync : Microsoft.Azure.Storage.Blob.BlobContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment>
override this.ListContainersSegmentedAsync : Microsoft.Azure.Storage.Blob.BlobContinuationToken * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment>
Public Overridable Function ListContainersSegmentedAsync (continuationToken As BlobContinuationToken, cancellationToken As CancellationToken) As Task(Of ContainerResultSegment)
Parameter
- continuationToken
- BlobContinuationToken
Ein BlobContinuationToken Objekt, das von einem 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 ContainerResultSegment, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
ListContainersSegmentedAsync(String, BlobContinuationToken)
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment> ListContainersSegmentedAsync (string prefix, Microsoft.Azure.Storage.Blob.BlobContinuationToken continuationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListContainersSegmentedAsync : string * Microsoft.Azure.Storage.Blob.BlobContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment>
override this.ListContainersSegmentedAsync : string * Microsoft.Azure.Storage.Blob.BlobContinuationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment>
Public Overridable Function ListContainersSegmentedAsync (prefix As String, continuationToken As BlobContinuationToken) As Task(Of ContainerResultSegment)
Parameter
- prefix
- String
Eine Zeichenfolge, die das Containernamenpräfix enthält.
- continuationToken
- BlobContinuationToken
Ein BlobContinuationToken Objekt, das von einem vorherigen Auflistungsvorgang zurückgegeben wurde.
Gibt zurück
Ein Task<TResult>-Objekt vom Typ ContainerResultSegment, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
ListContainersSegmentedAsync(String, ContainerListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext)
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment> ListContainersSegmentedAsync (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);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListContainersSegmentedAsync : string * Microsoft.Azure.Storage.Blob.ContainerListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment>
override this.ListContainersSegmentedAsync : string * Microsoft.Azure.Storage.Blob.ContainerListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment>
Public Overridable Function ListContainersSegmentedAsync (prefix As String, detailsIncluded As ContainerListingDetails, maxResults As Nullable(Of Integer), continuationToken As BlobContinuationToken, options As BlobRequestOptions, operationContext As OperationContext) As Task(Of ContainerResultSegment)
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.
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 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 ContainerResultSegment, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
ListContainersSegmentedAsync(String, ContainerListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext, CancellationToken)
Initiiert einen asynchronen Vorgang, um ein Ergebnissegment zurückzugeben, das eine Auflistung von Containern enthält.
[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual System.Threading.Tasks.Task<Microsoft.Azure.Storage.Blob.ContainerResultSegment> ListContainersSegmentedAsync (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, System.Threading.CancellationToken cancellationToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListContainersSegmentedAsync : string * Microsoft.Azure.Storage.Blob.ContainerListingDetails * 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.ContainerResultSegment>
override this.ListContainersSegmentedAsync : string * Microsoft.Azure.Storage.Blob.ContainerListingDetails * 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.ContainerResultSegment>
Public Overridable Function ListContainersSegmentedAsync (prefix As String, detailsIncluded As ContainerListingDetails, maxResults As Nullable(Of Integer), continuationToken As BlobContinuationToken, options As BlobRequestOptions, operationContext As OperationContext, cancellationToken As CancellationToken) As Task(Of ContainerResultSegment)
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.
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 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 ContainerResultSegment, das den asynchronen Vorgang darstellt.
- Attribute
Gilt für:
Azure SDK for .NET