Freigeben über


BlobResultSegment Konstruktor

Definition

Erstellt eine neue instance eines BlobResultSegments.

public BlobResultSegment (System.Collections.Generic.IEnumerable<Microsoft.Azure.Storage.Blob.IListBlobItem> blobs, Microsoft.Azure.Storage.Blob.BlobContinuationToken continuationToken);
new Microsoft.Azure.Storage.Blob.BlobResultSegment : seq<Microsoft.Azure.Storage.Blob.IListBlobItem> * Microsoft.Azure.Storage.Blob.BlobContinuationToken -> Microsoft.Azure.Storage.Blob.BlobResultSegment
Public Sub New (blobs As IEnumerable(Of IListBlobItem), continuationToken As BlobContinuationToken)

Parameter

blobs
IEnumerable<IListBlobItem>

Eine aufzählbare Sammlung von IListBlobItem-Objekten.

continuationToken
BlobContinuationToken

Der BlobContinuationToken , der zum Abrufen des nächsten Ergebnissegments IListBlobItem verwendet wird.

Gilt für: