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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET