BlobResultSegment Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new instance of a BlobResultSegment.
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)
Parameters
- blobs
- IEnumerable<IListBlobItem>
An enumerable collection of IListBlobItem objects.
- continuationToken
- BlobContinuationToken
The BlobContinuationToken used to retrieve the next segment of IListBlobItem results.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET