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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET