CloudBlobDirectory.ListBlobsSegmented Methode

Definition

Überlädt

ListBlobsSegmented(BlobContinuationToken)

Gibt ein Ergebnissegment zurück, das eine Auflistung von Blobelementen im virtuellen Verzeichnis enthält.

ListBlobsSegmented(Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext)

Gibt ein Ergebnissegment zurück, das eine Auflistung von Blobelementen im virtuellen Verzeichnis enthält.

ListBlobsSegmented(BlobContinuationToken)

Gibt ein Ergebnissegment zurück, das eine Auflistung von Blobelementen im virtuellen Verzeichnis enthält.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.Blob.BlobResultSegment ListBlobsSegmented (Microsoft.Azure.Storage.Blob.BlobContinuationToken currentToken);
[<Microsoft.Azure.Storage.DoesServiceRequest>]
abstract member ListBlobsSegmented : Microsoft.Azure.Storage.Blob.BlobContinuationToken -> Microsoft.Azure.Storage.Blob.BlobResultSegment
override this.ListBlobsSegmented : Microsoft.Azure.Storage.Blob.BlobContinuationToken -> Microsoft.Azure.Storage.Blob.BlobResultSegment
Public Overridable Function ListBlobsSegmented (currentToken As BlobContinuationToken) As BlobResultSegment

Parameter

currentToken
BlobContinuationToken

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

Gibt zurück

Ein BlobResultSegment-Objekt.

Attribute

Gilt für:

ListBlobsSegmented(Boolean, BlobListingDetails, Nullable<Int32>, BlobContinuationToken, BlobRequestOptions, OperationContext)

Gibt ein Ergebnissegment zurück, das eine Auflistung von Blobelementen im virtuellen Verzeichnis enthält.

[Microsoft.Azure.Storage.DoesServiceRequest]
public virtual Microsoft.Azure.Storage.Blob.BlobResultSegment ListBlobsSegmented (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 ListBlobsSegmented : bool * Microsoft.Azure.Storage.Blob.BlobListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Blob.BlobResultSegment
override this.ListBlobsSegmented : bool * Microsoft.Azure.Storage.Blob.BlobListingDetails * Nullable<int> * Microsoft.Azure.Storage.Blob.BlobContinuationToken * Microsoft.Azure.Storage.Blob.BlobRequestOptions * Microsoft.Azure.Storage.OperationContext -> Microsoft.Azure.Storage.Blob.BlobResultSegment
Public Overridable Function ListBlobsSegmented (useFlatBlobListing As Boolean, blobListingDetails As BlobListingDetails, maxResults As Nullable(Of Integer), currentToken As BlobContinuationToken, options As BlobRequestOptions, operationContext As OperationContext) As 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.

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.

Gibt zurück

Ein BlobResultSegment-Objekt.

Attribute

Gilt für: